:root {
  --crm-navy: #073b4c;
  --crm-navy-2: #052d3a;
  --crm-ocean: #0b7a75;
  --crm-ocean-dark: #08635f;
  --crm-sun: #f4a261;
  --crm-sand: #f7f3ec;
  --crm-ink: #17242c;
  --crm-muted: #687781;
  --crm-border: #e4e9ec;
  --crm-radius: 1.25rem;
  --crm-shadow: 0 1.5rem 4rem rgba(7, 59, 76, .12);
}

html { scroll-behavior: smooth; }
body { color: var(--crm-ink); font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.7; }
a { color: var(--crm-ocean); text-decoration: none; }
a:hover { color: var(--crm-ocean-dark); }
img { max-width: 100%; height: auto; }
.bg-navy { background-color: var(--crm-navy) !important; }
.bg-sand { background-color: var(--crm-sand) !important; }
.text-white-75 { color: rgba(255,255,255,.75); }
.min-vh-75 { min-height: 75vh; }
.section-space { padding: clamp(5rem, 8vw, 8rem) 0; }
.section-space-sm { padding: clamp(3.5rem, 6vw, 6rem) 0; }
.content-narrow { max-width: 920px; }
.tracking-wide { letter-spacing: .12em; }
.object-fit-cover { object-fit: cover; }

.site-header { z-index: 1030; }
.navbar-brand { color: var(--crm-navy); }
.navbar-brand .custom-logo { max-height: 52px; width: auto; }
.brand-mark { width: 2.75rem; height: 2.75rem; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; background: var(--crm-ocean); color: #fff; font-size: 1.35rem; }
.brand-mark-light { background: rgba(255,255,255,.12); }
.navbar-nav > li > a { display: block; padding: .6rem .75rem; color: #34444d; font-weight: 600; }
.navbar-nav > li > a:hover, .navbar-nav > .current-menu-item > a { color: var(--crm-ocean); }
.dropdown-menu { padding: .6rem; border: 1px solid var(--crm-border); border-radius: .9rem; box-shadow: 0 1rem 2.5rem rgba(7,59,76,.12); }
.dropdown-item { border-radius: .55rem; font-weight: 600; }
.dropdown-item:active, .dropdown-item:hover { color: var(--crm-ocean); background: rgba(11,122,117,.08); }
.btn { border-radius: .8rem; font-weight: 700; padding: .72rem 1.15rem; }
.btn-lg { padding: .9rem 1.35rem; }
.btn-ocean { color: #fff; background: var(--crm-ocean); border-color: var(--crm-ocean); }
.btn-ocean:hover, .btn-ocean:focus { color: #fff; background: var(--crm-ocean-dark); border-color: var(--crm-ocean-dark); }
.btn-outline-ocean { color: var(--crm-ocean); border-color: var(--crm-ocean); }
.btn-outline-ocean:hover { color: #fff; background: var(--crm-ocean); }
.btn-sun { color: #2c241d; background: var(--crm-sun); border-color: var(--crm-sun); }
.btn-sun:hover { color: #211b16; background: #f7b276; border-color: #f7b276; }

.hero-section { position: relative; isolation: isolate; background: var(--crm-navy); overflow: hidden; }
.hero-section::before { content: ""; position: absolute; inset: 0; z-index: -2; background-image: var(--hero-image); background-size: cover; background-position: center; }
.hero-section::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(5,45,58,.94) 0%, rgba(5,45,58,.78) 48%, rgba(5,45,58,.18) 100%); }
.hero-section h1 { letter-spacing: -.045em; line-height: 1.02; }
.eyebrow { display: inline-flex; align-items: center; padding: .55rem .9rem; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.18); border-radius: 999px; text-transform: uppercase; letter-spacing: .1em; font-size: .78rem; font-weight: 800; }
.hero-stats { position: relative; transform: translateY(50%); background: #fff; color: var(--crm-ink); border-radius: 1.25rem; overflow: hidden; }
.hero-stats > div { padding: 1.4rem 1rem; text-align: center; border-right: 1px solid var(--crm-border); }
.hero-stats > div:last-child { border-right: 0; }
.hero-stats strong { display: block; color: var(--crm-ocean); font-size: 1.65rem; line-height: 1.1; }
.hero-stats span { display: block; color: var(--crm-muted); font-size: .82rem; margin-top: .35rem; }

.section-kicker { display: inline-block; margin-bottom: .8rem; color: var(--crm-ocean); font-size: .78rem; font-weight: 800; text-transform: uppercase; letter-spacing: .14em; }
.section-kicker-light { color: var(--crm-sun); }
.section-title { margin-bottom: 1.3rem; color: var(--crm-navy); font-size: clamp(2rem, 4vw, 3.25rem); font-weight: 800; letter-spacing: -.035em; line-height: 1.15; }
.about-visual img { width: 100%; max-height: 560px; object-fit: cover; }
.floating-note { position: absolute; right: -1.5rem; bottom: 2rem; display: flex; gap: .8rem; align-items: center; padding: 1rem 1.2rem; border-radius: 1rem; background: #fff; }
.floating-note i { color: var(--crm-ocean); font-size: 1.8rem; }
.floating-note span, .floating-note strong { display: block; }
.floating-note span { color: var(--crm-muted); font-size: .78rem; line-height: 1.25; }
.floating-note strong { color: var(--crm-ink); font-size: 1rem; }
.feature-line { display: flex; gap: .7rem; align-items: center; font-weight: 700; }
.feature-line i { color: var(--crm-ocean); font-size: 1.3rem; }

.text-link { display: inline-flex; gap: .55rem; align-items: center; font-weight: 800; }
.product-category-card { position: relative; display: block; min-height: 340px; overflow: hidden; border-radius: var(--crm-radius); color: #fff; }
.product-category-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.product-category-card:hover img { transform: scale(1.06); }
.category-overlay { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(5,45,58,.9), rgba(5,45,58,.05) 70%); }
.category-content { position: absolute; inset: auto 1.6rem 1.5rem; display: grid; grid-template-columns: auto 1fr; column-gap: .8rem; align-items: center; }
.category-content i { grid-row: 1 / span 2; font-size: 2rem; color: var(--crm-sun); }
.category-content strong { color: #fff; font-size: 1.3rem; }
.category-content small { color: rgba(255,255,255,.7); }

.value-card { position: relative; height: 100%; padding: 2.25rem; border: 1px solid rgba(255,255,255,.12); border-radius: var(--crm-radius); background: rgba(255,255,255,.055); }
.value-card > span { position: absolute; right: 1.5rem; top: 1rem; color: rgba(255,255,255,.11); font-size: 4rem; font-weight: 900; line-height: 1; }
.value-card i { color: var(--crm-sun); font-size: 2.1rem; }
.value-card h3 { margin: 1.3rem 0 .8rem; font-size: 1.4rem; }
.value-card p { margin: 0; color: rgba(255,255,255,.68); }
.award-card { height: 100%; min-height: 230px; padding: 1.6rem; border: 1px solid var(--crm-border); border-radius: 1rem; background: #fff; }
.award-card i { color: var(--crm-sun); font-size: 2.2rem; }
.award-card h3 { margin: 1rem 0 .6rem; font-size: 1.05rem; }
.award-card p { color: var(--crm-muted); font-size: .9rem; margin: 0; }
.partner-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 1rem; }
.partner-logo { min-height: 76px; display: flex; align-items: center; justify-content: center; padding: .8rem; border: 1px solid var(--crm-border); border-radius: .9rem; color: #819099; font-size: .78rem; font-weight: 900; letter-spacing: .08em; text-align: center; filter: grayscale(1); }
.partner-logo img { max-height: 45px; width: auto; }
.testimonial-card { height: 100%; padding: 2rem; border: 1px solid var(--crm-border); border-radius: var(--crm-radius); box-shadow: 0 .75rem 2rem rgba(7,59,76,.06); }
.testimonial-card .stars { color: #ef9b45; letter-spacing: .08em; }
.testimonial-card blockquote { min-height: 112px; margin: 1.25rem 0; font-size: 1.03rem; }
.testimonial-card strong, .testimonial-card small { display: block; }
.testimonial-card small { color: var(--crm-muted); }
.avatar { width: 48px; height: 48px; object-fit: cover; border-radius: 50%; }

.contact-section { background: linear-gradient(180deg, #fff 0%, var(--crm-sand) 100%); }
.contact-shell { overflow: hidden; border-radius: 1.5rem; }
.contact-copy { padding: clamp(2rem, 5vw, 4rem); background: var(--crm-navy); }
.contact-list li { display: flex; gap: .7rem; margin-bottom: .8rem; }
.contact-list i { color: var(--crm-sun); }
.form-control, .form-select { min-height: 48px; border-color: #dbe3e7; border-radius: .75rem; }
.form-control:focus, .form-select:focus { border-color: var(--crm-ocean); box-shadow: 0 0 0 .2rem rgba(11,122,117,.12); }
.form-label { color: #34444d; font-weight: 700; font-size: .9rem; }
.form-message { padding: .8rem 1rem; border-radius: .8rem; }
.form-message.success { color: #0b5e47; background: #e3f6ef; }
.form-message.error { color: #922c2c; background: #fdeaea; }

.footer-links li { margin-bottom: .55rem; }
.footer-links a { color: rgba(255,255,255,.58); }
.footer-links a:hover { color: #fff; }
.content-card { position: relative; overflow: hidden; border: 1px solid var(--crm-border); border-radius: 1rem; background: #fff; }
.content-card-image { display: block; aspect-ratio: 16 / 10; overflow: hidden; }
.content-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.content-card:hover img { transform: scale(1.04); }
.content-card h2 a { color: var(--crm-navy); }
.content-placeholder { display: grid; height: 100%; place-items: center; background: var(--crm-sand); color: #a2afb6; font-size: 2rem; }
.empty-state { grid-column: 1 / -1; padding: 4rem 2rem; border: 1px dashed #cbd5da; border-radius: var(--crm-radius); text-align: center; }
.empty-state i { color: var(--crm-ocean); font-size: 3rem; }
.error-code { color: #dbe5e7; font-size: clamp(6rem, 18vw, 12rem); font-weight: 900; line-height: 1; }
.entry-content > * + * { margin-top: 1.25em; }
.entry-content h2, .entry-content h3 { color: var(--crm-navy); font-weight: 800; }
.product-featured { width: 100%; max-height: 560px; }
.product-price small, .product-price strong { display: block; }
.product-price small { color: var(--crm-muted); }
.product-price strong { color: var(--crm-ocean); font-size: 2rem; }
.product-info-card { top: 110px; }
.product-spec-grid dt, .product-spec-grid dd { margin: 0; padding-top: .75rem; padding-bottom: .75rem; border-bottom: 1px solid #edf1f2; }
.product-spec-grid dt { color: #687781; font-weight: 650; }
.product-data-table { min-width: 680px; font-size: .88rem; }
.product-data-table th { color: #687781; background: #f7f9fa; font-size: .72rem; text-transform: uppercase; letter-spacing: .03em; white-space: nowrap; }
.info-list li { display: flex; gap: 1rem; padding: 1rem 0; border-bottom: 1px solid var(--crm-border); }
.info-list li:last-child { border-bottom: 0; }
.info-list i { color: var(--crm-ocean); font-size: 1.45rem; }
.info-list small, .info-list strong { display: block; }
.info-list small { color: var(--crm-muted); }
.login-page { background: radial-gradient(circle at top right, rgba(244,162,97,.22), transparent 35%), var(--crm-sand); }
.login-card { padding: clamp(1.75rem, 5vw, 3rem); border: 1px solid rgba(255,255,255,.8); border-radius: 1.5rem; background: rgba(255,255,255,.95); }

@media (max-width: 991.98px) {
  .hero-section::after { background: rgba(5,45,58,.82); }
  .partner-grid { grid-template-columns: repeat(3, 1fr); }
  .navbar-collapse { padding: 1rem 0; }
  .navbar-nav { align-items: stretch !important; }
}
@media (max-width: 767.98px) {
  .hero-stats { transform: translateY(25%); }
  .hero-stats > div:nth-child(2) { border-right: 0; }
  .hero-stats > div:nth-child(-n+2) { border-bottom: 1px solid var(--crm-border); }
  .floating-note { right: .75rem; bottom: .75rem; }
  .partner-grid { grid-template-columns: repeat(2, 1fr); }
  .product-category-card { min-height: 280px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
