:root {
    --color-main: rgb(38, 93, 49);
    --color-main-rgb: 38, 93, 49;
    --color-secondary: rgb(149, 181, 6);
    --color-secondary-rgb: 149, 181, 6;
    --color-alternative: rgb(113, 195, 181);
    --color-alternative-rgb: 113, 195, 181;
    --color-section-bg-light: rgba(113, 195, 181, 0.15);
    --color-text-on-colored: var(--color-cream-50);
    --color-white: rgba(255, 255, 255, 1);
    --color-black: rgba(0, 0, 0, 1);
    --color-cream-50: rgb(247, 240, 224);
    --color-cream-100: rgba(255, 255, 253, 1);
    --color-gray-200: rgba(245, 245, 245, 1);
    --color-gray-300: rgba(167, 169, 169, 1);
    --color-slate-500: rgb(192, 188, 127);
    --color-slate-750: rgb(144, 141, 95);
    --color-brown-600: rgba(94, 82, 64, 1);
    --color-slate-900: rgba(23, 56, 29, 1);
    --color-teal-300: rgba(50, 184, 198, 1);
    --color-red-500: rgba(192, 21, 47, 1);
    --color-orange-500: rgba(168, 75, 47, 1);
    --color-brown-600-rgb: 94, 82, 64;
    --color-slate-900-rgb: 23, 56, 29;
    --color-background: var(--color-cream-50);
    --color-surface: var(--color-cream-100);
    --color-text: var(--color-main);
    --color-text-secondary: var(--color-slate-500);
    --color-text-secondary-dark: var(--color-slate-750);
    --color-primary: var(--color-main);
    --color-primary-hover: rgb(31, 76, 41);
    --color-primary-active: rgb(23, 59, 32);
    --color-secondary-accent: var(--color-secondary);
    --color-secondary-hover: rgba(var(--color-secondary-rgb), 0.2);
    --color-secondary-active: rgba(var(--color-secondary-rgb), 0.32);
    --color-border: rgba(var(--color-main-rgb), 0.2);
    --color-btn-primary-text: var(--color-white);
    --color-card-border: rgba(var(--color-main-rgb), 0.1);
    --color-card-border-inner: rgba(var(--color-brown-600-rgb), 0.12);
    --color-error: var(--color-red-500);
    --color-success: var(--color-secondary);
    --color-warning: var(--color-orange-500);
    --color-info: var(--color-slate-500);
    --color-focus-ring: rgba(var(--color-main-rgb), 0.20);
    --color-select-caret: rgba(var(--color-slate-900-rgb), 0.8);
    --focus-ring: 0 0 0 3px var(--color-focus-ring);
    --focus-outline: 2px solid var(--color-primary);
    --status-bg-opacity: 0.15;
    --status-border-opacity: 0.25;
    --select-caret-light: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23134252' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    --select-caret-dark: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23f5f5f5' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    --color-success-rgb: 33, 128, 141;
    --color-error-rgb: 192, 21, 47;
    --color-warning-rgb: 168, 75, 47;
    --color-info-rgb: 98, 108, 113;
    --font-family-base: "TransformaSans-Medium", "FKGroteskNeue", "Geist", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    --font-family-mono: "Berkeley Mono", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
    --font-size-xs: 12px;
    --font-size-sm: 13px;
    --font-size-base: 15px;
    --font-size-md: 15px;
    --font-size-lg: 17px;
    --font-size-xl: 19px;
    --font-size-2xl: 21px;
    --font-size-3xl: 31px;
    --font-size-4xl: 38px;
    --font-size-5xl: 48px;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 550;
    --font-weight-bold: 600;
    --line-height-tight: 1.2;
    --line-height-normal: 1.5;
    --letter-spacing-tight: -0.01em;
    --space-0: 0;
    --space-1: 1px;
    --space-2: 2px;
    --space-4: 4px;
    --space-6: 6px;
    --space-8: 8px;
    --space-10: 10px;
    --space-12: 12px;
    --space-16: 16px;
    --space-20: 20px;
    --space-24: 24px;
    --space-32: 32px;
    --radius-sm: 12px;
    --radius-base: 16px;
    --radius-md: 20px;
    --radius-lg: 38px;
    --radius-full: 9999px;
    --shadow-xs: 0 1px 2px rgba(0, 0, 0, 0.02);
    --shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.04), 0 1px 2px rgba(0, 0, 0, 0.02);
    --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.04), 0 2px 4px -1px rgba(0, 0, 0, 0.02);
    --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.04), 0 4px 6px -2px rgba(0, 0, 0, 0.02);
    --shadow-inset-sm: inset 0 1px 0 rgba(255, 255, 255, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.03);
    --duration-fast: 150ms;
    --duration-normal: 250ms;
    --ease-standard: cubic-bezier(0.16, 1, 0.3, 1);
    --container-sm: 640px;
    --container-md: 768px;
    --container-lg: 1024px;
    --container-xl: 1280px
}

html {
    font-size: var(--font-size-base);
    font-family: var(--font-family-base);
    line-height: var(--line-height-normal);
    color: var(--color-text);
    background-color: var(--color-background);
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
    scroll-behavior: smooth
}

body {
    margin: 0;
    padding: 0
}

*,
*::before,
*::after {
    box-sizing: inherit
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-weight: var(--font-weight-semibold);
    line-height: var(--line-height-tight);
    color: var(--color-text-secondary-dark);
    letter-spacing: var(--letter-spacing-tight)
}

h1 {
    font-size: var(--font-size-4xl)
}

h2 {
    font-size: var(--font-size-3xl)
}

h3 {
    font-size: var(--font-size-2xl)
}

h4 {
    font-size: var(--font-size-xl)
}

p {
    margin: 0 0 var(--space-16) 0
}

a {
    color: var(--color-primary);
    text-decoration: none;
    transition: color var(--duration-fast) var(--ease-standard)
}

a:hover {
    color: var(--color-cream-100)
}

code,
pre {
    font-family: var(--font-family-mono);
    font-size: calc(var(--font-size-base) * 0.95);
    background-color: var(--color-secondary);
    border-radius: var(--radius-sm)
}

code {
    padding: var(--space-1) var(--space-4)
}

pre {
    padding: var(--space-16);
    margin: var(--space-16) 0;
    overflow: auto;
    border: 1px solid var(--color-border)
}

pre code {
    background: none;
    padding: 0
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: var(--space-8) var(--space-16);
    border-radius: var(--radius-base);
    font-size: var(--font-size-base);
    font-weight: 500;
    line-height: 1.5;
    cursor: pointer;
    transition: all var(--duration-normal) var(--ease-standard);
    border: none;
    text-decoration: none;
    position: relative
}

.btn:focus-visible {
    outline: none;
    box-shadow: var(--focus-ring)
}

.btn--primary {
    background: var(--color-primary);
    color: var(--color-btn-primary-text)
}

.btn--primary:hover {
    background: var(--color-primary-hover)
}

.btn--primary:active {
    background: var(--color-primary-active)
}

.btn--secondary {
    background: var(--color-secondary);
    color: var(--color-text)
}

.btn--secondary:hover {
    background: var(--color-secondary-hover)
}

.btn--secondary:active {
    background: var(--color-secondary-active)
}

.btn--outline {
    background: #fff0;
    border: 2px solid var(--color-border);
    color: var(--color-text)
}

.btn--outline:hover {
    background: var(--color-secondary)
}

.btn--sm {
    padding: var(--space-4) var(--space-12);
    font-size: var(--font-size-sm);
    border-radius: var(--radius-sm)
}

.btn--lg {
    padding: var(--space-10) var(--space-20);
    font-size: var(--font-size-lg);
    border-radius: var(--radius-md)
}

.btn--full-width {
    width: 100%
}

.btn:disabled {
    opacity: .5;
    cursor: not-allowed
}

.form-control {
    display: block;
    width: 100%;
    padding: var(--space-8) var(--space-12);
    font-size: var(--font-size-md);
    line-height: 1.5;
    color: var(--color-text-secondary-dark);
    background-color: var(--color-surface);
    border: 1px solid var(--color-text-secondary);
    border-radius: var(--radius-base);
    transition: border-color var(--duration-fast) var(--ease-standard), box-shadow var(--duration-fast) var(--ease-standard)
}

textarea.form-control {
    font-family: var(--font-family-base);
    font-size: var(--font-size-base)
}

select.form-control {
    padding: var(--space-8) var(--space-12);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: var(--select-caret-light);
    background-repeat: no-repeat;
    background-position: right var(--space-12) center;
    background-size: 16px;
    padding-right: var(--space-32)
}

.form-control {
    background-image: var(--select-caret-light)
}

.form-control:focus {
    border-color: var(--color-text-secondary);
    outline: var(--focus-outline)
}

.form-label {
    display: block;
    margin-bottom: var(--space-8);
    font-weight: var(--font-weight-medium);
    font-size: var(--font-size-sm)
}

.form-group {
    margin-bottom: var(--space-16)
}

.card {
    background-color: var(--color-surface);
    border-radius: var(--radius-lg);
    border: 1px solid var(--color-card-border);
    box-shadow: var(--shadow-sm);
    overflow: hidden;
    transition: box-shadow var(--duration-normal) var(--ease-standard)
}

.card:hover {
    box-shadow: var(--shadow-md)
}

.status {
    display: inline-flex;
    align-items: center;
    padding: var(--space-6) var(--space-12);
    border-radius: var(--radius-full);
    font-weight: var(--font-weight-medium);
    font-size: var(--font-size-sm)
}

.status--success {
    background-color: rgba(var(--color-success-rgb, 33, 128, 141), var(--status-bg-opacity));
    color: var(--color-success);
    border: 1px solid rgba(var(--color-success-rgb, 33, 128, 141), var(--status-border-opacity))
}

.status--error {
    background-color: rgba(var(--color-error-rgb, 192, 21, 47), var(--status-bg-opacity));
    color: var(--color-error);
    border: 1px solid rgba(var(--color-error-rgb, 192, 21, 47), var(--status-border-opacity))
}

.status--warning {
    background-color: rgba(var(--color-warning-rgb, 168, 75, 47), var(--status-bg-opacity));
    color: var(--color-warning);
    border: 1px solid rgba(var(--color-warning-rgb, 168, 75, 47), var(--status-border-opacity))
}

.status--info {
    background-color: rgba(var(--color-info-rgb, 98, 108, 113), var(--status-bg-opacity));
    color: var(--color-info);
    border: 1px solid rgba(var(--color-info-rgb, 98, 108, 113), var(--status-border-opacity))
}

.container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: var(--space-16);
    padding-left: var(--space-16)
}

@media (min-width:640px) {
    .container {
        max-width: var(--container-sm)
    }
}

@media (min-width:768px) {
    .container {
        max-width: var(--container-md)
    }
}

@media (min-width:1024px) {
    .container {
        max-width: var(--container-lg)
    }
}

@media (min-width:1280px) {
    .container {
        max-width: var(--container-xl)
    }
}

.flex {
    display: flex
}

.block {
    display: block
}

.hidden {
    display: none
}

:focus-visible {
    outline: var(--focus-outline);
    outline-offset: 2px
}

@font-face {
    font-family: 'TransformaSans-Medium';
    src: url(fonts/TransformaSans-Medium.ttf) format('truetype')
}

@font-face {
    font-family: 'FKGroteskNeue';
    src: url(fonts/FKGroteskNeue.woff2) format('woff2')
}

.footer-img {
    height: 28px;
    width: auto
}

.header-img {
    height: 48px;
    width: auto
}

.category-header-logo {
    padding: 0 6px
}

.auth-header-register {
    text-align: center
}

.auth-footer-register {
    text-align: center;
    margin-top: 20px
}

:root {
    --primary-gradient: linear-gradient(135deg, var(--color-main), var(--color-secondary));
    --hero-gradient: linear-gradient(135deg, rgba(var(--color-main-rgb), 1.0), rgba(var(--color-secondary-rgb), 0.3));
    --card-hover-transform: translateY(-5px);
    --animation-spring: cubic-bezier(0.68, -0.55, 0.265, 1.55)
}

body {
    font-family: 'TransformaSans-Medium', var(--font-family-base)
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(360deg)
    }
}

.header {
    position: fixed;
    top: 0;
    width: 100%;
    background: var(--color-cream-50);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid var(--color-border);
    z-index: 1000;
    transition: all var(--duration-normal) var(--ease-standard)
}

.nav {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: var(--space-24);
    padding: var(--space-16) var(--space-16)
}

.nav-brand {
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

.nav-cats-container {
    display: flex;
    align-items: center;
    gap: 14px;
    justify-content: center
}

.nav-actions {
    display: flex;
    align-items: center;
    gap: 18px;
    list-style: none;
    margin: 0;
    padding: 0
}

.nav-brand {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 1
}

.nav-cats-desktop {
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 1;
    justify-content: center
}

.nav-cats-desktop .nav-link {
    padding: 0 6px
}

.nav-menu {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: var(--space-24);
    flex: 1;
    justify-content: flex-end
}

.nav-cats-container {
    display: flex;
    align-items: center;
    gap: 14px;
    justify-content: center
}

.nav-actions {
    display: flex;
    align-items: center;
    gap: 18px;
    list-style: none;
    margin: 0;
    padding: 0;
    margin-left: auto
}

.nav-actions .account-btn,
.nav-actions .cart-btn {
    position: relative
}

.nav-menu {
    display: none
}

.nav-actions .account-btn,
.nav-actions .cart-btn {
    position: relative;
}

.nav-cats-container .nav-link {
    padding: 0 6px
}

.nav-cats-mobile {
    display: none
}

.nav-link {
    color: var(--color-text-secondary);
    font-weight: var(--font-weight-medium);
    transition: color var(--duration-fast) var(--ease-standard);
    position: relative;
    font-size: var(--font-size-xl)
}

.nav-link:hover {
    color: var(--color-text-secondary)
}

.nav-link::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: -5px;
    left: 50%;
    background: var(--color-text-secondary);
    transition: all var(--duration-fast) var(--ease-standard)
}

.nav-link:hover::after {
    width: 100%;
    left: 0
}

.nav-toggle {
    display: none;
    flex-direction: column;
    cursor: pointer
}

.bar {
    width: 25px;
    height: 3px;
    background: var(--color-text);
    margin: 3px 0;
    transition: all var(--duration-fast) var(--ease-standard);
    border-radius: 3px
}

.section {
    padding: var(--space-32) 0
}

.section-header {
    text-align: center;
    margin-bottom: 64px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto
}

.section-title {
    font-size: 2.5rem;
    font-weight: var(--font-weight-medium);
    margin-bottom: var(--space-16);
    color: var(--color-text-secondary);
    line-height: 1;
}

.section-description {
    font-size: var(--font-size-lg);
    color: var(--color-text-secondary);
    line-height: 1.6
}

#servicos,
#localizacao {
    background-color: var(--color-alternative)
}

#vantagens,
#faq {
    background-color: var(--color-cream-50)
}

#servicos .section-title,
#servicos .section-description,
#localizacao .section-title,
#localizacao .section-description {
    color: var(--color-text-on-colored)
}

.footer {
    background: var(--color-slate-900);
    color: var(--color-gray-200);
    padding: var(--space-32) 0 var(--space-16)
}

.footer-content {
    display: grid;
    grid-template-columns: 1.5fr 1.5fr 1fr 1fr;
    gap: var(--space-32);
    margin-bottom: var(--space-32)
}

.footer-brand .logo {
    color: var(--color-secondary);
    font-size: var(--font-size-2xl)
}

.footer-brand p {
    color: var(--color-gray-300);
    margin: var(--space-16) 0;
    line-height: 1.6
}

.footer-social {
    display: flex;
    gap: var(--space-12);
    margin-top: 8px;
}

.social-link {
    width: 40px;
    height: 40px;
    background: var(--color-main);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-white);
    transition: all var(--duration-fast) var(--ease-standard)
}

.social-link:hover {
    background: var(--color-secondary);
    transform: translateY(-2px)
}

.footer-info h4,
.footer-links h4 {
    color: var(--color-white);
    font-size: var(--font-size-lg);
    font-weight: var(--font-weight-semibold);
    margin-bottom: var(--space-16)
}

.footer-info p {
    color: var(--color-gray-300);
    line-height: 1.6;
    margin: 0
}

.footer-company h4 {
    color: var(--color-white);
    font-size: var(--font-size-lg);
    font-weight: var(--font-weight-semibold);
    margin-bottom: var(--space-16)
}

.footer-company p {
    color: var(--color-gray-300);
    line-height: 1.6;
    margin: 0
}

.footer-cnpj {
    font-size: 14px;
    margin-top: 8px !important;
}

.footer-link {
    color: var(--color-gray-300);
    text-decoration: none;
    transition: color var(--duration-fast) var(--ease-standard)
}

.footer-link:hover {
    color: var(--color-secondary);
}

.footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.footer-links li {
    margin-bottom: var(--space-8)
}

.footer-links a {
    color: var(--color-gray-300);
    transition: color var(--duration-fast) var(--ease-standard)
}

.footer-links a:hover {
    color: var(--color-secondary);
}

.footer-bottom {
    border-top: 1px solid var(--color-gray-300);
    padding-top: var(--space-16);
    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: var(--space-16)
}

.footer-bottom p {
    margin: 0;
    color: var(--color-gray-300)
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgb(37 211 102 / .7)
    }
    70% {
        box-shadow: 0 0 0 10px #fff0
    }
    100% {
        box-shadow: 0 0 0 0 #fff0
    }
}

@media (max-width:1024px) {
    .footer-content {
        grid-template-columns: 1fr;
        text-align: center
    }
}

@media (max-width:768px) {
    .nav {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: var(--space-16)
    }
    .nav-cats-container {
        display: none
    }
    .nav-cats-mobile {
        display: flex;
        flex-direction: column;
        gap: 14px;
        margin-bottom: var(--space-24)
    }
    .nav-menu {
        position: fixed;
        left: -100%;
        top: 70px;
        flex-direction: column;
        background: var(--color-surface);
        width: 100%;
        height: calc(100vh - 70px);
        text-align: center;
        transition: left var(--duration-normal) var(--ease-standard);
        padding: var(--space-32) 0;
        border-top: 1px solid var(--color-border);
        box-shadow: var(--shadow-lg);
        display: flex
    }
    .nav-menu.active {
        left: 0
    }
    .nav-link {
        font-size: 26px
    }
	.nav-link.account-btn {
		font-size: var(--font-size-xl);
	}
    .nav-toggle {
        display: flex
    }
    .nav-toggle.active .bar:nth-child(2) {
        opacity: 0
    }
    .nav-toggle.active .bar:nth-child(1) {
        transform: translateY(9px) rotate(45deg)
    }
    .nav-toggle.active .bar:nth-child(3) {
        transform: translateY(-9px) rotate(-45deg)
    }
    .nav-actions {
        margin-left: auto;
        gap: var(--space-16)
    }
    .footer-bottom {
        flex-direction: column;
        text-align: center
    }
	.header-img {
		height: 36px;
		width: auto
	}
	.nav-brand {
		align-items: center;
	}
	.header-img-a {
		display: contents;
	}
}

@media (max-width:480px) {
    .section {
        padding: var(--space-24) 0
    }
    .section-header {
        margin-bottom: var(--space-24)
    }
}

body {
    margin: 0;
    padding: 0
}

.dashboard {
    min-height: calc(100vh - 300px);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-top: 80px;
    max-width: none;
    padding: 2rem 1rem
}

.auth-main {
    min-height: calc(100vh - 200px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem 1rem;
    position: relative;
    margin-top: 80px
}

.auth-main::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><text y=".9em" font-size="100" opacity="0.05">🧺</text></svg>') center/cover;
    opacity: .1
}

.auth-container {
    width: 100%;
    max-width: 450px;
    position: relative;
    z-index: 1
}

.auth-card {
    background: rgb(255 255 255 / .95);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 2.5rem;
    box-shadow: 0 20px 40px rgb(0 0 0 / .1);
    border: 1px solid rgb(255 255 255 / .2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    animation: slideDown 0.4s ease
}

.auth-card:hover {
    box-shadow: 0 25px 50px rgb(0 0 0 / .15)
}

.auth-header {
    text-align: center;
    margin-bottom: 2rem
}

.auth-logo {
    height: 50px;
    margin-bottom: 1rem
}

.auth-header h2 {
    color: #333;
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: .5rem
}

.auth-header p {
    color: #666;
    font-size: .95rem;
    line-height: 1.5
}

.alert {
    padding: 1rem;
    border-radius: 10px;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    gap: .75rem;
    font-size: .9rem;
    animation: slideDown 0.3s ease
}

.alert-error {
    background: #fee;
    color: #c33;
    border: 1px solid #fcc
}

.alert-success {
    background: #efe;
    color: #3c3;
    border: 1px solid #cfc
}

.alert-info {
    background: #eef;
    color: #33c;
    border: 1px solid #ccf
}

.alert i {
    font-size: 1.1rem
}

.auth-form {
    margin-bottom: 1.5rem
}

.form-group {
    margin-bottom: 1.5rem
}

.form-label {
    display: block;
    margin-bottom: .5rem;
    color: #333;
    font-weight: 500;
    font-size: .9rem
}

.form-label i {
    margin-right: .5rem;
    color: var(--color-text-secondary);
}

.form-control {
    width: 100%;
    padding: .75rem 1rem;
    border: 2px solid #e1e5e9;
    border-radius: 10px;
    font-size: .95rem;
    transition: all 0.3s ease;
    background: #fff
}

.form-control:focus {
    outline: none;
    border-color: var(--color-text-secondary);
}

.form-control::placeholder {
    color: #999
}

.password-input {
    position: relative
}

.password-toggle {
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: var(--color-text-secondary);
    cursor: pointer;
    padding: .25rem;
    transition: color 0.3s ease
}

.password-toggle:hover {
    color: var(--color-text-secondary);
}

.form-options {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
    font-size: .9rem
}

.checkbox-label {
    display: flex;
    align-items: center;
    cursor: pointer;
    color: var(--color-text-secondary);
}

.checkbox-label input[type="checkbox"] {
    display: none
}

.checkmark {
    width: 18px;
    height: 18px;
    border: 2px solid #ddd;
    border-radius: 4px;
    margin-right: .5rem;
    position: relative;
    transition: all 0.3s ease
}

.checkbox-label input[type="checkbox"]:checked+.checkmark {
    background: var(--color-text-secondary);
    border-color: var(--color-text-secondary);
}

.checkbox-label input[type="checkbox"]:checked+.checkmark::after {
    content: '✓';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: .8rem;
    font-weight: 700
}

.forgot-link,
.login-link,
.register-link {
    color: var(--color-text-secondary);
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease
}

.forgot-link:hover,
.login-link:hover,
.register-link:hover {
    color: var(--color-text-secondary-dark);
    text-decoration: underline
}

.link {
    color: #667eea;
    text-decoration: none;
    font-weight: 500
}

.link:hover {
    text-decoration: underline
}

.btn {
    padding: .875rem 1.5rem;
    border: none;
    border-radius: 10px;
    font-size: 1rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    text-decoration: none
}

.btn-primary {
    background: var(--color-text-secondary);
    color: #fff
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgb(102 126 234 / .3)
}

.btn-block {
    width: 100%
}

.auth-footer {
    text-align: center;
    padding-top: 1.5rem;
    border-top: 1px solid #e1e5e9
}

.auth-footer p {
    color: #666;
    font-size: .9rem
}

.form-error {
    color: #c33;
    font-size: .85rem;
    margin-top: .25rem;
    display: block
}

.form-hint {
    color: #666;
    font-size: .85rem;
    margin-top: .25rem;
    display: block
}

.btn:disabled {
    opacity: .7;
    cursor: not-allowed
}

.btn.loading {
    position: relative;
    color: #fff0
}

.btn.loading::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    border: 2px solid #fff;
    border-radius: 50%;
    border-top-color: #fff0;
    animation: spin 1s ease-in-out infinite
}

@keyframes spin {
    to {
        transform: rotate(360deg)
    }
}

.cart-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #265d31;
    text-decoration: none;
    font-size: 18px;
    transition: all 0.3s ease
}

.cart-btn:hover {
    background-color: #f5f5f5
}

.cart-badge {
    position: absolute;
    top: -4px;
    right: -4px;
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    border-radius: 9px;
    background-color: #dc3545;
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1
}

.cart-btn:hover .cart-badge {
    background-color: #c82333
}

.form-readonly {
    background-color: #eee;
    color: #333
}

.btn-danger {
    background-color: #dc3545;
    color: #fff
}

.cart-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px
}

.dash-name {
    color: var(--color-text-secondary);
}

.svg-cart-header {
    width: 34px;
    height: 34px;
    display: block
}

.account-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 36px;
    padding: 0 10px;
    border-radius: 18px;
    background-color: var(--color-text-secondary);
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    line-height: 1
}

.account-btn:hover {
    background-color: var(--color-text-secondary-dark);
    text-decoration: none;
    color: #fff
}

.account-btn:focus {
    outline: 2px solid #fff;
    outline-offset: 2px
}

.nav-link.account-btn::after {
    content: none !important
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-10px)
    }
    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@media (max-width:768px) {
    .auth-main {
        padding: 1rem;
        margin-top: 80px
    }
    .auth-card {
        padding: 2rem 1.5rem
    }
    .auth-header h2 {
        font-size: 1.5rem
    }
    .form-options {
        flex-direction: column;
        gap: 1rem;
        align-items: flex-start
    }
}

@media (max-width:480px) {
    .auth-card {
        padding: 1.5rem
    }
    .auth-logo {
        height: 40px
    }
    .auth-header h2 {
        font-size: 1.3rem
    }
    .auth-header p {
        font-size: .85rem
    }
}

.nav-menu.active {
    background: rgb(255 255 255 / .98);
    backdrop-filter: blur(10px);
    display: table
}

@media (max-width:480px) {
    .cart-btn {
        width: 32px;
        height: 32px;
        font-size: 14px
    }
    .cart-badge {
        min-width: 16px;
        height: 16px;
        font-size: 9px;
        padding: 0 4px;
        top: -2px;
        right: -2px
    }
}

.main-category {
    padding-top: 100px;
    padding-bottom: 20px;
    min-height: 400px
}

.category-container {
    padding: 32px 16px;
    max-width: 1200px;
    margin: 0 auto
}

.category-header {
    margin-bottom: 64px;
    text-align: center
}

.category-header h1 {
    font-size: 2.5rem;
    font-weight: var(--font-weight-medium);
    color: var(--color-text-secondary);
    margin-bottom: 8px
}

.product-count {
    color: var(--color-main);
    font-size: .9rem
}

.no-products {
    text-align: center;
    padding: 64px 16px;
    color: var(--color-text-secondary)
}

.products-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px
}

.product-card {
    display: block;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgb(0 0 0 / .08);
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease
}

.product-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgb(0 0 0 / .12)
}

.product-image {
    aspect-ratio: 1.42;
    overflow: hidden;
    padding: 10px 10px 0px 10px;
}

.product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
    border-radius: 20px;
}

.section-big {
    margin-top: -32px;
    width: calc(100% + 16px + 16px);
    margin-left: -16px;
}

.section-big-img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.product-info {
    padding: 16px
}

.product-info h3 {
    font-size: 1.4rem;
    font-weight: 400;
    color: var(--color-text-secondary);
    margin-bottom: 8px;
}

.product-info .subtitle {
    font-size: .85rem;
    color: #666;
    margin: 0 0 12px;
    line-height: 1.4
}

.product-info .price {
    font-size: 1.4rem;
    font-weight: 600;
    color: var(--color-text-secondary);
    margin: 0
}

.product-info .priceJuros {
    font-size: 1.0rem;
    font-weight: 400;
    color: var(--color-black);
    margin: 0
}

.product-info .priceJuros span {
    font-weight: bold;
}

.section-middle {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 96px;
    margin: 96px;
}

.section-middle-img {
    height: 325px;
    max-width: 100%;
    object-fit: cover;
}

.section-middle-description {
    font-size: 28px;
    font-weight: var(--font-weight-medium);
    color: var(--color-text-secondary);
    flex: 1;
    min-width: 280px;
    margin-top: 32px;
    line-height: 1.1;
}

@media (max-width: 1078px) {
    .section-middle {
        margin: 64px 32px 96px 32px;
    }
    .section-middle-description {
        font-size: 26px;
    }
}

@media (max-width: 824px) {
    .section-middle {
        flex-direction: column;
        text-align: center;
        margin: 64px 16px 96px 16px;
        gap: 24px;
    }
    .section-middle-description {
        margin-top: 0;
    }
    .section-middle-img {
        height: auto;
        width: 100%;
        max-width: 400px;
    }
    .products-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px
    }
}

.order-success-container {
    min-height: calc(100vh - 400px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem 1rem;
    margin-top: 80px;
    background: linear-gradient(135deg, #71c3b5 0%, #71c3b5 100%)
}

.order-success-card {
    background: rgb(255 255 255 / .95);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 3rem;
    box-shadow: 0 20px 40px rgb(0 0 0 / .1);
    border: 1px solid rgb(255 255 255 / .2);
    max-width: 600px;
    width: 100%;
    text-align: center;
    animation: fadeInUp 0.5s ease
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px)
    }
    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.order-success-icon {
    width: 100px;
    height: 100px;
    background: linear-gradient(135deg, #95b506 0%, #95b506 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 2rem;
    animation: scaleIn 0.5s ease
}

@keyframes scaleIn {
    from {
        transform: scale(0)
    }
    to {
        transform: scale(1)
    }
}

.order-success-icon svg {
    width: 50px;
    height: 50px;
    fill: #fff
}

.order-success-title {
    font-size: 2rem;
    color: #265d31;
    margin-bottom: 1rem;
    font-weight: 700
}

.order-success-message {
    font-size: 1.1rem;
    color: #666;
    margin-bottom: 2rem;
    line-height: 1.6
}

.order-number-container {
    background: #f8f9fa;
    border-radius: 12px;
    padding: 1.5rem;
    margin-bottom: 2rem;
    border: 2px dashed #ddd
}

.order-number-label {
    font-size: .9rem;
    color: #999;
    margin-bottom: .5rem;
    text-transform: uppercase;
    letter-spacing: 1px
}

.order-number {
    font-size: 1.8rem;
    font-weight: 700;
    color: #265d31;
    font-family: monospace;
    letter-spacing: 2px
}

.order-success-actions {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap
}

.order-success-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 1rem 2rem;
    border-radius: 10px;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
    border: none;
    min-height: 48px;
    box-sizing: border-box
}

.order-success-btn i {
    font-size: 1.1em;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%
}

.order-success-btn span {
    display: flex;
    position: relative;
    align-items: center;
    height: 100%;
    bottom: -2px
}

.order-success-btn-primary {
    background: linear-gradient(135deg, #95b506 0%, #95b506 100%);
    color: #fff
}

.order-success-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgb(149 181 6 / .3)
}

.order-success-btn-secondary {
    background: #fff;
    color: #265d31;
    border: 2px solid #265d31
}

.order-success-btn-secondary:hover {
    background: #f0f8f0;
    color: #265d31;
    transform: translateY(-2px)
}

.order-success-footer {
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 2px solid #f0f0f0
}

.order-success-footer p {
    color: #999;
    font-size: .9rem;
    margin: 0
}

.order-success-footer a {
    color: #265d31;
    text-decoration: none;
    font-weight: 500
}

.order-success-footer a:hover {
    text-decoration: underline
}

@media (max-width:768px) {
    .order-success-card {
        padding: 2rem 1.5rem;
        margin: 1rem
    }
    .order-success-title {
        font-size: 1.5rem
    }
    .order-success-icon {
        width: 80px;
        height: 80px
    }
    .order-success-icon svg {
        width: 40px;
        height: 40px
    }
    .order-number {
        font-size: 1.4rem
    }
    .order-success-actions {
        flex-direction: column
    }
    .order-success-btn {
        width: 100%;
        justify-content: center
    }
}

@media (max-width:480px) {
    .order-success-card {
        padding: 1.5rem 1rem
    }
    .order-success-title {
        font-size: 1.3rem
    }
    .order-success-message {
        font-size: 1rem
    }
    .order-details {
        padding: 1rem
    }
}

.order-failure-container {
    min-height: calc(100vh - 400px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem 1rem;
    margin-top: 80px;
    background: linear-gradient(135deg, #71c3b5 0%, #71c3b5 100%);
}

.order-failure-card {
    background: rgb(255 255 255 / .95);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 3rem;
    box-shadow: 0 20px 40px rgb(0 0 0 / .15);
    border: 1px solid rgb(255 255 255 / .2);
    max-width: 600px;
    width: 100%;
    text-align: center;
    animation: fadeInUp 0.5s ease
}

.order-failure-icon {
    width: 100px;
    height: 100px;
    background: linear-gradient(135deg, #dc3545 0%, #c82333 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 2rem;
    animation: scaleIn 0.5s ease
}

.order-failure-icon svg {
    width: 50px;
    height: 50px;
    fill: #fff
}

.order-failure-title {
    font-size: 2rem;
    color: #dc3545;
    margin-bottom: 1rem;
    font-weight: 700
}

.order-failure-message {
    font-size: 1.1rem;
    color: #666;
    margin-bottom: 2rem;
    line-height: 1.6
}

.order-failure-help {
    background: #fff3f3;
    border: 1px solid #ffcaca;
    border-radius: 12px;
    padding: 1.5rem;
    margin-bottom: 2rem
}

.order-failure-help p {
    color: #721c24;
    margin: 0;
    font-size: 1rem
}

.order-failure-actions {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap
}

.order-failure-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 1rem 2rem;
    border-radius: 10px;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
    border: none;
    min-height: 48px;
    box-sizing: border-box
}

.order-failure-btn i {
    font-size: 1.1em;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%
}

.order-failure-btn span {
    display: flex;
    position: relative;
    align-items: center;
    height: 100%;
    bottom: -2px
}

.order-failure-btn-primary {
    background: linear-gradient(135deg, #dc3545 0%, #c82333 100%);
    color: #fff
}

.order-failure-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgb(220 53 69 / .3)
}

.order-failure-btn-secondary {
    background: #fff;
    color: #dc3545;
    border: 2px solid #dc3545
}

.order-failure-btn-secondary:hover {
    background: #fff5f5;
    color: #dc3545;
    transform: translateY(-2px)
}

.order-failure-footer {
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 2px solid #f0f0f0
}

.order-failure-footer p {
    color: #999;
    font-size: .9rem;
    margin: 0
}

.order-failure-footer a {
    color: #dc3545;
    text-decoration: none;
    font-weight: 500
}

.order-failure-footer a:hover {
    text-decoration: underline
}

@media (max-width:768px) {
    .order-failure-card {
        padding: 2rem 1.5rem;
        margin: 1rem
    }
    .order-failure-title {
        font-size: 1.5rem
    }
    .order-failure-icon {
        width: 80px;
        height: 80px
    }
    .order-failure-icon svg {
        width: 40px;
        height: 40px
    }
    .order-number {
        font-size: 1.4rem
    }
    .order-failure-actions {
        flex-direction: column
    }
    .order-failure-btn {
        width: 100%;
        justify-content: center
    }
}

@media (max-width:480px) {
    .order-failure-card {
        padding: 1.5rem 1rem
    }
    .order-failure-title {
        font-size: 1.3rem
    }
    .order-failure-message {
        font-size: 1rem
    }
}

.cookie-popup {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: var(--color-surface);
    border-top: 1px solid var(--color-border);
    padding: var(--space-16);
    z-index: 9999;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.1);
    animation: slideUp 0.3s ease;
}

@keyframes slideUp {
    from {
        transform: translateY(100%);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.cookie-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--space-16);
    flex-wrap: wrap;
}

.cookie-text {
    color: var(--color-text-secondary-dark);
    font-size: var(--font-size-2xl);
    margin: 0;
    flex: 1;
    min-width: 250px;
}

.cookie-btn {
    background: var(--color-text-secondary-dark);
    color: #fff
}

.cookie-btn:hover {
    background: var(--color-text-secondary);
}

@media (max-width: 600px) {
    .cookie-content {
        flex-direction: column;
        text-align: center;
    }
    .cookie-btn {
        width: 100%;
    }
}