/* Camino Splendente - Nature Organic Professional Theme
   Author: Senior CSS Developer & UI Designer

   CSS RESET & NORMALIZATION
*/
html {
  box-sizing: border-box;
  font-size: 100%;
  scroll-behavior: smooth;
}
*, *::before, *::after {
  box-sizing: inherit;
  margin: 0;
  padding: 0;
}
body {
  font-family: 'Roboto', Arial, sans-serif;
  color: #2d3b2e;
  background-color: #f6f5f0;
  line-height: 1.6;
  min-height: 100vh;
  font-size: 16px;
}
img, svg {
  max-width: 100%;
  display: block;
}
a {
  color: #274B6D;
  text-decoration: none;
  transition: color 0.15s;
}
a:focus {
  outline: 2px solid #D97706;
  outline-offset: 2px;
}
code, pre {
  font-family: 'Fira Mono', monospace;
}
ul, ol {
  margin-left: 1.5em;
  margin-bottom: 1em;
}
li {
  margin-bottom: 0.5em;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 700;
  color: #253b28;
  margin-bottom: 14px;
  line-height: 1.2;
}
section h1, .content-wrapper h1 {
  font-size: 2.5rem;
  margin-bottom: 18px;
  color: #274B6D;
  letter-spacing: -1px;
}
h2 {
  font-size: 2rem;
  margin-bottom: 12px;
}
h3 {
  font-size: 1.3rem;
  margin-bottom: 8px;
  color: #5E6D59;
}

/* Color Palette: Primary: #274B6D  Accent: #D97706  Secondary/Background: #F2F2F2  Green accents: #4e7f4b  Earth: #8a7352, #687B5A, #dbb380 */
:root {
  --primary: #274B6D;
  --accent: #D97706;
  --green: #4e7f4b;
  --earth: #8a7352;
  --earth-light: #dbb380;
  --beige: #f6f5f0;
  --secondary: #FFFFFF;
  --brown: #B36100;
  --shadow: 0 4px 20px 0 rgba(75, 90, 63, 0.08);
}

/* LAYOUT CONTAINERS & SECTIONS */
.container {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 16px;
}
.section {
  margin-bottom: 60px;
  padding: 40px 20px;
  background: #fff;
  border-radius: 30px;
  box-shadow: 0 2px 14px 0 rgba(133, 120, 100, 0.06);
}

/* FLEXBOX PATTERNS */
.content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 28px;
  align-items: flex-start;
}
.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.card {
  background: #fff;
  border-radius: 22px;
  box-shadow: var(--shadow);
  margin-bottom: 20px;
  position: relative;
  padding: 32px 24px;
  min-width: 240px;
}
.content-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}
.text-image-section {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}
.testimonial-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  padding: 20px;
  background: #f6f5f0;
  border-radius: 20px 32px 24px 16px / 24px 16px 32px 20px;
  margin-bottom: 20px;
  box-shadow: 0 2px 12px 0 rgba(100, 87, 70, 0.08);
  border-left: 6px solid var(--green);
}
.testimonial-card strong {
  font-family: 'Montserrat', Arial, sans-serif;
  color: #294735;
  font-size: 1.1em;
}
.testimonial-card p {
  color: #223321;
  margin-bottom: 0;
}
.testimonial-card span {
  color: #D97706;
  font-size: 1.25em;
  letter-spacing: 2px;
  margin-top: 4px;
}

.feature-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  background: #fbfaf7;
  border-radius: 23px 16px 17px 30px/17px 30px 23px 16px;
  padding: 24px 20px;
  box-shadow: 0 2px 20px 0 rgba(51,90,60,0.04);
  border-left: 4px solid var(--green);
  flex: 1 1 250px;
  min-width: 230px;
}
.feature-item img {
  width: 38px;
  height: 38px;
  object-fit: contain;
}
.feature-item h3, .feature-item h2 {
  color: #274B6D;
  font-size: 1.15rem;
  margin-bottom: 3px;
  margin-top: 0;
}
.feature-item span {
  color: #D97706;
  font-weight: bold;
}

.feature-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 24px;
  justify-content: flex-start;
}

.text-section {
  margin-bottom: 28px;
  font-size: 1.07em;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.text-section ul {
  margin-bottom: 0;
}

.trust-badges {
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 16px 0 0 0;
}
.trust-badges img {
  width: 36px;
  height: 36px;
  filter: saturate(0.7);
}

.faq-preview, .faq-accordion {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 20px;
}
.faq-accordion h2 {
  font-size: 1.13em;
  color: #4e7f4b;
  margin-bottom: 2px;
}
.faq-accordion p {
  margin-bottom: 7px;
  color: #4e4a45;
}

.pricing-table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 0 24px 0;
  background: #fff;
  box-shadow: 0 1px 8px 0 rgba(130,110,80,0.04);
  border-radius: 18px;
  overflow: hidden;
}
.pricing-table th, .pricing-table td {
  text-align: left;
  padding: 16px 15px;
  font-size: 1em;
}
.pricing-table thead th {
  background: #f8f6f2;
  color: #274B6D;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: bold;
}
.pricing-table tbody tr {
  border-top: 1px solid #e6e4db;
}
.pricing-table tbody tr:nth-child(even) {
  background: #fbfaf7;
}
.pricing-table tbody td {
  color: #475340;
}

/* NAVIGATION - DESKTOP */
header {
  background: #f9f8f5;
  box-shadow: 0 1px 16px 0 rgba(86,90,70,0.04);
  padding: 0 0 0 0;
  z-index: 1002;
}
.main-nav {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 18px 0 18px 0;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.main-nav a {
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 500;
  font-size: 1.08em;
  color: #274B6D;
  padding: 6px 14px;
  border-radius: 14px;
  transition: background 0.18s, color 0.18s;
}
.main-nav a.img {
  padding: 0;
}
.main-nav a:hover:not(.btn-primary) {
  background: #eaf6ea;
  color: #39614a;
}
.main-nav .btn-primary {
  margin-left: 10px;
}
/* Responsive Hides for Desktop */
.mobile-menu-toggle {
  display: none;
}

/* BUTTON STYLES */
.btn-primary,
.btn-secondary {
  font-family: 'Montserrat', Arial, sans-serif;
  padding: 11px 28px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 1.09em;
  box-shadow: 0 1px 7px 0 rgba(115,90,40,0.10);
  transition: background 0.18s, color 0.16s, box-shadow 0.14s;
  border: none;
  cursor: pointer;
  outline: none;
  display: inline-block;
}
.btn-primary {
  background: var(--green);
  color: #fff;
  border: 1px solid var(--green);
}
.btn-primary:hover, .btn-primary:focus {
  background: #386d37;
  box-shadow: 0 2px 12px 0 rgba(76,119,50,0.15);
  color: #fff;
}
.btn-secondary {
  background: #f2e7dd;
  color: var(--earth);
  border: 1px solid #e9dfd4;
}
.btn-secondary:hover, .btn-secondary:focus {
  background: #dbb380;
  color: #39542b;
  box-shadow: 0 2px 12px 0 rgba(175,160,130,0.12);
}

/* FOOTER SECTION */
footer {
  background: #274B6D;
  color: #fff;
  padding: 38px 0 0 0;
  font-size: 1em;
  margin-top: 60px;
}
footer .content-wrapper {
  border-top: 1px solid #54856c18;
  padding-top: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  align-items: flex-start;
  justify-content: space-between;
}
.footer-nav {
  display: flex;
  flex-direction: row;
  gap: 23px;
  flex-wrap: wrap;
  margin-bottom: 14px;
}
.footer-nav a {
  color: #eaf6ea;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 500;
  font-size: 1em;
  opacity: 0.95;
  transition: color 0.18s;
}
.footer-nav a:hover {
  color: #dbb380;
}
.contact-info {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 1em;
}
.contact-info span {
  display: flex;
  align-items: center;
  gap: 6px;
}
.contact-info img {
  width: 17px;
  height: 17px;
  vertical-align: bottom;
}

/* MOBILE NAVIGATION */
.mobile-menu-toggle {
  display: none;
  position: absolute;
  right: 20px;
  top: 22px;
  z-index: 10002;
  background: transparent;
  border: none;
  font-size: 2rem;
  color: #274B6D;
  padding: 6px 14px;
  border-radius: 14px;
  cursor: pointer;
  transition: background 0.18s;
}
.mobile-menu-toggle:focus,
.mobile-menu-toggle:hover {
  background: #eaf6ea;
  color: #39614a;
}
.mobile-menu {
  display: none;
}
.mobile-menu.active {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  right: 0;
  width: 94vw;
  height: 100vh;
  background: #f6f5ef;
  z-index: 2001;
  box-shadow: -8px 0 38px 0 rgba(110,90,60,0.25);
  transform: translateX(0);
  animation: mobile-menu-in 0.30s cubic-bezier(0.30, 0.76, 0.38, 1.15);
  transition: transform 0.3s cubic-bezier(0.32, 0.78, 0.34, 1.08);
}
@keyframes mobile-menu-in {
  from { transform: translateX(100vw); }
  to   { transform: translateX(0); }
}
.mobile-menu-close {
  position: absolute;
  right: 20px;
  top: 22px;
  background: #fff;
  border: none;
  font-size: 2.2rem;
  color: #274B6D;
  padding: 4px 13px;
  border-radius: 14px;
  cursor: pointer;
  z-index: 10011;
  transition: background 0.15s;
}
.mobile-menu-close:hover,
.mobile-menu-close:focus {
  background: #eaf6ea;
}
.mobile-nav {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 98px 32px 26px 32px;
  align-items: flex-start;
  overflow-y: auto;
  height: 100vh;
  z-index: 10010;
}
.mobile-nav a {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1.23em;
  color: #253b28;
  background: transparent;
  padding: 10px 0;
  width: 100%;
  border-radius: 9px;
  transition: background 0.14s, color 0.16s;
}
.mobile-nav a:hover {
  background: #eaf6ea;
  color: var(--green);
}
.main-nav, .mobile-menu {
  position: relative;
}

/* COOKIE CONSENT BANNER */
.cookie-banner {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  z-index: 999999;
  width: 100vw;
  background: #fff;
  border-top: 2.5px solid var(--green);
  box-shadow: 0 -2px 18px 0 rgba(60,50,30,0.10);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  padding: 20px 35px 20px 20px;
  font-size: 1.09em;
  color: #234f27;
  animation: cookiebanner-in 0.38s cubic-bezier(.24,1.1,.41,1.03);
}
@keyframes cookiebanner-in {
  from { transform: translateY(100%); }
  to { transform: translateY(0); }
}
.cookie-banner .btn-primary,
.cookie-banner .btn-secondary,
.cookie-banner .cookie-settings-btn {
  margin-left: 14px;
}
.cookie-settings-btn {
  background: #F2F2F2;
  color: #4e7f4b;
  border: 1px solid #d8dbd8;
  border-radius: 999px;
  padding: 9px 18px;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1em;
  transition: background .15s, color .14s;
  cursor: pointer;
}
.cookie-settings-btn:hover {
  background: #eaf6ea;
  color: #2b5329;
}

/* COOKIE MODAL OVERLAY */
.cookie-modal {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(50, 64, 39, 0.28);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10023;
  animation: cookiemodal-in 0.34s cubic-bezier(.28,1.09,.38,1.06);
}
@keyframes cookiemodal-in {
  from { opacity: 0; }
  to { opacity: 1; }
}
.cookie-modal-content {
  background: #f8f7f2;
  border-radius: 24px;
  max-width: 430px;
  width: 92vw;
  box-shadow: 0 7px 43px 0 rgba(60,60,38,0.18);
  padding: 38px 26px 28px 26px;
  color: #294735;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.cookie-modal-content h2 {
  font-size: 1.5em;
  color: #4e7f4b;
  margin-bottom: 5px;
}
.cookie-modal-content .category-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.cookie-modal-content .category {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding-bottom: 6px;
  border-bottom: 1px solid #dedfd7;
}
.cookie-modal-content .category:last-child {
  border-bottom: none;
}
.cookie-modal-content .cookie-switch {
  width: 44px;
  height: 25px;
  border-radius: 13px;
  background: #e6ebea;
  position: relative;
  margin-left: auto;
  flex-shrink: 0;
}
.cookie-switch input[type="checkbox"] {
  display: none;
}
.cookie-switch label {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
  position: absolute;
  left: 0; top: 0;
}
.cookie-switch .slider {
  position: absolute;
  top: 2.5px;
  left: 3px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #cbdcc1;
  transition: left 0.21s, background 0.21s cubic-bezier(.38,1.11,.43,1.1);
}
.cookie-switch input[type="checkbox"]:checked ~ .slider {
  left: 21px;
  background: var(--green);
}
/* Essential cookies switch locked */
.cookie-modal-content .category.essential .cookie-switch .slider {
  background: var(--green);
  cursor: not-allowed;
  opacity: 0.7;
}
.cookie-modal-content .category.essential label {
  cursor: not-allowed;
}
.cookie-modal-close {
  position: absolute;
  top: 18px;
  right: 22px;
  font-size: 2rem;
  background: none;
  color: #274B6D;
  border: none;
  cursor: pointer;
  z-index: 300;
  padding: 2px 10px;
}
.cookie-modal-actions {
  display: flex;
  flex-direction: row;
  gap: 18px;
  margin-top: 20px;
  justify-content: flex-end;
  flex-wrap: wrap;
}

/* ANIMATIONS & MICROINTERACTIONS */
a, .btn-primary, .btn-secondary, .feature-item, .testimonial-card, .cookie-settings-btn {
  transition: background 0.16s, color 0.15s, box-shadow 0.18s, border 0.15s;
}

/* VISUAL ORGANIC SHAPES */
.section, .card, .testimonial-card, .feature-item, .cookie-modal-content {
  border-radius: 34px 24px 28px 38px / 38px 34px 22px 32px;
  /* Mimic organic soft shapes */
}

/* TABLET AND DESKTOP STYLES */
@media (min-width: 700px) {
  .content-wrapper {
    padding: 26px 38px;
    gap: 38px;
  }
  .footer-nav {
    gap: 32px;
  }
  .contact-info {
    gap: 12px;
  }
}

@media (min-width: 900px) {
  .section {
    padding: 60px 44px;
  }
  .feature-grid {
    gap: 32px;
  }
}

/* RESPONSIVE MOBILE-FIRST LAYOUT */
@media (max-width: 900px) {
  .main-nav {
    gap: 6px;
  }
  .footer-nav {
    gap: 14px;
  }
  .content-wrapper {
    gap: 16px;
    padding: 14px 2px;
  }
  .section {
    padding: 25px 7px;
  }
}

@media (max-width: 768px) {
  .main-nav {
    display: none;
  }
  .mobile-menu-toggle {
    display: inline-block;
    position: fixed;
    right: 17px;
    top: 13px;
    z-index: 10010;
  }
  header {
    padding-bottom: 30px;
  }
  .feature-grid {
    flex-direction: column;
    gap: 20px;
  }
  .testimonial-card, .feature-item, .card {
    min-width: 0;
    width: 100%;
  }
  .content-wrapper {
    gap: 17px;
    padding: 8px 4px;
  }
  .contact-info {
    font-size: 0.98em;
    gap: 4px;
  }
  .text-image-section {
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
  }
}
@media (max-width: 540px) {
  body {
    font-size: 15px;
  }
  .section {
    padding: 13px 2px;
    margin-bottom: 32px;
  }
  .cookie-banner {
    flex-direction: column;
    align-items: flex-start;
    padding: 18px 8px 18px 8px;
    font-size: 0.98em;
    gap: 15px;
  }
  .footer-nav {
    flex-direction: column;
    gap: 7px;
    margin-bottom: 1em;
  }
}

/* FORMATTING UTILITIES */
.mt-2 { margin-top: 16px; }
.mb-2 { margin-bottom: 16px; }
.gap-16 { gap: 16px; }
.gap-24 { gap: 24px; }
.text-center { text-align: center !important; }
.text-right { text-align: right !important; }

/* Additional micro-organic decorations (subtle) */
.feature-item, .testimonial-card, .card {
  position: relative;
}
.feature-item::after {
  content: "";
  position: absolute;
  right: 18px;
  top: 14px;
  width: 17px;
  height: 12px;
  background: rgba(218, 178, 128, 0.11);
  border-radius: 45% 55% 38% 62% / 55% 38% 62% 45%;
  pointer-events: none;
}
.testimonial-card::after {
  content: "";
  position: absolute;
  bottom: 6px;
  left: 12px;
  width: 21px;
  height: 9px;
  background: rgba(78,127,75,0.08);
  border-radius: 68% 32% 56% 44% / 34% 66% 41% 59%;
  pointer-events: none;
}

/* ------------ END OF CSS ------------ */
