

/* TailwindCSS v3.4.1 | MIT License | https://tailwindcss.com */
*,:after,:before{box-sizing:border-box;border:0 solid #e5e7eb}
:after,:before{--tw-content:""}
html{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}
body{margin:0;line-height:inherit}
h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}
a{color:inherit;text-decoration:inherit}
b,strong{font-weight:bolder}
img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}
img,video{max-width:100%;height:auto}
:root {
    --nav-color-text: #374151; /* gray-700 */
    --nav-color-primary: #2563eb; /* blue-600 */
    --nav-color-hover-bg: #f9fafb; /* gray-50 */
}
html {
    scroll-behavior: smooth;
}
.prose{color:#374151;max-width:65ch}.prose [class~=lead]{color:#4b5563;font-size:1.25em;line-height:1.6;margin-top:1.2em;margin-bottom:1.2em}.prose a{color:#1d4ed8;text-decoration:underline;font-weight:500}.prose strong{color:#111827;font-weight:600}.prose ol{counter-reset:list-counter;margin-top:1.25em;margin-bottom:1.25em}.prose ol>li{position:relative;counter-increment:list-counter;padding-left:1.75em}.prose ol>li:before{content:counter(list-counter) ".";position:absolute;left:0;top:0;color:#6b7280;font-weight:400}.prose ul{margin-top:1.25em;margin-bottom:1.25em}.prose ul>li{position:relative;padding-left:1.75em}.prose ul>li:before{content:"";position:absolute;left:.25em;top:.625em;width:.375em;height:.375em;border-radius:50%;background-color:#d1d5db}.prose h1{color:#111827;font-weight:800;font-size:2.25em;margin-top:0;margin-bottom:.8888889em;line-height:1.1111111}.prose h2{color:#111827;font-weight:700;font-size:1.5em;margin-top:2em;margin-bottom:1em;line-height:1.3333333}.prose h3{color:#111827;font-weight:600;font-size:1.25em;margin-top:1.6em;margin-bottom:.6em;line-height:1.6}.prose h4{color:#111827;font-weight:600;margin-top:1.5em;margin-bottom:.5em;line-height:1.5}
.prose p{margin-top:1.25em;margin-bottom:1.25em;}

.container{width:100%}@media (min-width:640px){.container{max-width:640px}}@media (min-width:768px){.container{max-width:768px}}@media (min-width:1024px){.container{max-width:1024px}}@media (min-width:1280px){.container{max-width:1280px}}@media (min-width:1536px){.container{max-width:1536px}}
.hidden{display:none}
.fixed{position:fixed}
.absolute{position:absolute}
.relative{position:relative}
.sticky{position:sticky}
.bottom-5{bottom:1.25rem}
.right-5{right:1.25rem}
.left-5{left:1.25rem}
.top-0{top:0}
.z-50{z-index:50}
.mx-auto{margin-left:auto;margin-right:auto}
.ml-2{margin-left:.5rem}
.my-2{margin-top:.5rem;margin-bottom:.5rem}
.mb-2{margin-bottom:.5rem;}
.mb-3{margin-bottom:.75rem}
.mb-4{margin-bottom:1rem}
.mt-2{margin-top:.5rem}
.mt-1{margin-top:.25rem}
.mt-4{margin-top:1rem}
.mb-6{margin-bottom:1.5rem}
.mt-6{margin-top:1rem}
.mb-8{margin-bottom:2rem}
.mt-8{margin-top:2rem}
.my-8{margin-top:2rem;margin-bottom:2rem}
.my-12{margin-top:3rem;margin-bottom:3rem}
.mt-12{margin-top:3rem}
.mb-10{margin-bottom:2.5rem}
.mb-12{margin-bottom:3rem}
.mt-16{margin-top:4rem}
.-mt-4{margin-top:-1rem}
.block{display:block}
.inline-block{display:inline-block}
.flex{display:flex}
.flex-shrink-0{flex-shrink:0}
.grid{display:grid}
.min-h-\[8rem\]{min-height:8rem}
.h-12{height:3rem}
.w-12{width:3rem}
.h-16{height:4rem}
.w-16{width:4rem}
.h-20{height:5rem}
.h-5{height:1.25rem}
.w-auto{width:auto}
.w-5{width:1.25rem}
.w-full{width:100%}
.max-w-2xl{max-width:42rem}
.max-w-3xl{max-width:48rem}
.max-w-4xl{max-width:56rem}
.max-w-7xl{max-width:80rem}
.max-w-none{max-width:none}
.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}
.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
.cursor-pointer{cursor:pointer}
.list-none{list-style-type:none}
.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}
.flex-col{flex-direction:column}
.flex-wrap{flex-wrap:wrap}
.items-center{align-items:center}
.justify-center{justify-content:center}
.justify-between{justify-content:space-between}
.gap-1{gap:.25rem}
.gap-2{gap:.5rem}
.gap-4{gap:1rem}
.gap-6{gap:1.5rem}
.space-y-1 > :not([hidden]) ~ :not([hidden]) {--tw-space-y-reverse: 0;margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));}
.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}
.space-y-4 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0; margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse))); margin-bottom: calc(1rem * var(--tw-space-y-reverse));}
.rounded-2xl{border-radius:1rem}
.rounded-full{border-radius:9999px}
.rounded-br-lg{border-bottom-right-radius:.5rem}
.rounded-lg{border-radius:.5rem}
.rounded-xl{border-radius:.75rem}
.border{border-width:1px}
.border-2{border-width:2px}
.border-4{border-width:4px}
.border-l-4{border-left-width:4px}
.border-t-2{border-top-width:2px}
.border-b{border-bottom-width: 1px;}
.border-dashed{border-style:dashed}
.border-amber-300{border-color:#fcd34d}
.border-amber-400{border-color:#fbbf24}
.border-blue-200{border-color:#bfdbfe}
.border-blue-300{border-color:#93c5fd}
.border-blue-400{border-color:#60a5fa}
.border-blue-500{border-color:#3b82f6}
.border-gray-300{border-color:#d1d5db}
.border-gray-400{border-color:#9ca3af}
.border-gray-500{border-color:#6b7280}
.border-red-200{border-color:#fecaca}
.border-red-400{border-color:#f87171}
.border-red-500{border-color:#ef4444}
.border-red-600{border-color:#dc2626}
.border-slate-200{border-color:#e2e8f0}
.border-slate-400{border-color:#94a3b8;}
.border-slate-700{border-color:#334155}
.border-teal-500{border-color:#14b8a6}
.border-yellow-500{border-color:#eab308}
.bg-blue-600{background-color:#2563eb}
.bg-gray-100{background-color:#f3f4f6}
.bg-gray-600{background-color:#4b5563}
.bg-red-100{background-color:#fee2e2}
.bg-slate-100{background-color:#f1f5f9;}
.bg-slate-800{background-color:#1e293b}
.bg-white{background-color:#fff}
.p-4{padding:1rem}
.p-6{padding:1.5rem}
.\!pt-8{padding-top:2rem!important}
.px-3{padding-left:.75rem;padding-right:.75rem}
.px-4{padding-left:1rem;padding-right:1rem}
.pb-4{padding-bottom:1rem;}
.pt-10{padding-top:2.5rem}
.px-10{padding-left: 2.5rem; padding-right: 2.5rem;}
.py-1{padding-top:.25rem;padding-bottom:.25rem}
.py-3{padding-top:.75rem;padding-bottom:.75rem}
.py-4{padding-top:1rem;padding-bottom:1rem}
.py-8{padding-top:2rem;padding-bottom:2rem}
.p-2.5{padding:.625rem}
.px-8{padding-left:2rem;padding-right:2rem}
.py-16{padding-top:4rem;padding-bottom:4rem}
.pt-8{padding-top:2rem}
.pl-4{padding-left:1rem}
.pl-6{padding-left:1.5rem;}
.\!pl-0{padding-left:0px!important}
.pb-4 {padding-bottom: 1rem;}
.text-center{text-align:center}
.text-left{text-align:left}
.font-sans{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji}
.font-serif{font-family:Lora,ui-serif,Georgia,Cambria,Times New Roman,Times,serif}
.text-lg{font-size:1.125rem;line-height:1.75rem}
.text-2xl{font-size:1.5rem;line-height:2rem}
.text-3xl{font-size:1.875rem;line-height:2.25rem}
.text-4xl{font-size:2.25rem;line-height:2.5rem}
.text-md{font-size:1rem;line-height:1.5rem}
.text-sm{font-size:.875rem;line-height:1.25rem}
.text-xl{font-size:1.25rem;line-height:1.75rem}
.text-xs{font-size:.75rem;line-height:1rem}
.font-black{font-weight:900}
.font-bold{font-weight:700}
.font-semibold{font-weight:600}
.uppercase{text-transform:uppercase}
.text-amber-200{color:#fde68a}
.text-amber-300{color:#fcd34d}
.text-amber-400{color:#fbbf24}
.text-amber-600{color:#d97706}
.text-amber-800{color:#92400e}
.text-blue-200{color:#bfdbfe}
.text-blue-300{color:#93c5fd}
.text-blue-400{color:#60a5fa}
.text-blue-700{color: #1d4ed8;}
.text-blue-800{color: #1e40af;}
.text-blue-900{color:#1e3a8a}
.text-gray-400{color:#9ca3af}
.text-gray-500{color:#6b7280}
.text-gray-600{color:#4b5563}
.text-gray-700{color:#374151}
.text-red-200{color:#fecaca}
.text-red-800{color:#991b1b}
.text-red-900{color:#7f1d1d}
.text-slate-200{color:#e2e8f0}
.text-slate-300{color:#cbd5e1}
.text-slate-600{color:#475569}
.text-slate-700{color:#334155}
.text-slate-800{color:#1e293b}
.text-white{color:#fff}
.shadow-lg{box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1)}
.shadow-md{box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1)}
.shadow-xl{box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 8px 10px -6px rgba(0,0,0,.1)}
.ring-red-500{--tw-ring-color:rgb(239 68 68 / var(--tw-ring-opacity));--tw-ring-opacity:1}
.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}
.duration-200{transition-duration:.2s}
.duration-300{transition-duration:.3s}
.list-disc{list-style-type:disc}
.\!border-b-0{border-bottom-width:0!important}
.\!-mt-4{margin-top:-1rem!important}
.\!my-4{margin-top:1rem!important;margin-bottom:1rem!important}
.\!mt-0{margin-top:0!important}
.\!pl-5{padding-left:1.25rem!important}
.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}
.hover\:scale-105:hover{--tw-scale-x:1.05;--tw-scale-y:1.05;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}
.hover\:bg-blue-50:hover{background-color:#eff6ff}
.hover\:bg-blue-700:hover{background-color:#1d4ed8}
.hover\:text-blue-900:hover{color:#1e3a8a}
.hover\:text-white:hover{color:#fff}
.hover\:shadow-xl:hover{box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 8px 10px -6px rgba(0,0,0,.1)}
@media (min-width:640px){.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (min-width:768px){
.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}
.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}
.md\:flex-row{flex-direction:row}
.md\:gap-2{gap:.5rem}
.md\:gap-4{gap:1rem}
.md\:w-auto{width:auto}
.md\:p-8{padding:2rem}
.md\:p-10{padding:2.5rem}
.md\:text-3xl{font-size:1.875rem;line-height:2.25rem}
.md\:text-4xl{font-size:2.25rem;line-height:2.5rem}
.md\:text-5xl{font-size:3rem;line-height:1}
.md\:text-6xl{font-size:3.75rem;line-height:1}
.md\:text-xl{font-size:1.25rem;line-height:1.75rem}}
@media (min-width:1024px){
.lg\:prose-xl .prose{font-size:1.25rem;line-height:1.8}
.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}
.lg\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}
.lg\:p-12{padding:3rem}}

@keyframes icon-pulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.1); }
}

.icon-pulse {
    display: inline-block;
    animation: icon-pulse 2.5s ease-in-out infinite;
}

@keyframes cta-pulse-shadow {
  0%, 100% { box-shadow: 0 4px 14px 0 rgba(37, 99, 235, 0.4); }
  50% { box-shadow: 0 6px 20px 0 rgba(37, 99, 235, 0.6); }
}

.cta-pulse > a {
  animation: cta-pulse-shadow 2.5s ease-in-out infinite;
}

/* --- Pulsating Animations --- */
@keyframes big-button-pulse {
    0%, 100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(37, 99, 235, 0.6), 0 5px 15px rgba(0,0,0,0.1);
    }
    50% {
        transform: scale(1.02);
        box-shadow: 0 0 0 15px rgba(37, 99, 235, 0), 0 8px 25px rgba(0,0,0,0.15);
    }
}

.big-pulse-button {
    background-color: #2563eb; /* GGS blue */
    animation: big-button-pulse 2s ease-in-out infinite;
    cursor: default;
}

.big-pulse-button:hover {
    animation-play-state: running;
}

/* --- Dynamic Flow Button Colors --- */
.btn-yellow {
    background-color: #fbbf24; /* amber-400 */
    color: black;
}
.btn-yellow:hover {
    background-color: #f59e0b; /* amber-500 */
}

.btn-red {
    background-color: #ef4444; /* red-500 */
    color: white;
}
.btn-red:hover {
    background-color: #dc2626; /* red-600 */
}

.btn-blue {
    background-color: #2563eb; /* blue-600 */
    color: white;
}
.btn-blue:hover {
    background-color: #1d4ed8; /* blue-700 */
}

@keyframes red-alert-pulse {
    0%, 100% {
        transform: scale(1);
        box-shadow: 0 4px 6px rgba(0,0,0,0.1), 0 0 0 0 rgba(220, 38, 38, 0.4);
    }
    50% {
        transform: scale(1.02);
        box-shadow: 0 10px 15px rgba(0,0,0,0.1), 0 0 0 12px rgba(220, 38, 38, 0);
    }
}

.red-alert-pulse {
    animation: red-alert-pulse 2s ease-in-out infinite;
}


/* --- Estilos da Navegação Principal --- */
header {
    background-color: #1e293b; /* slate-800 */
    border-bottom: 1px solid #334155;
}

header nav {
    height: 5.5rem;
    justify-content: space-around;
    flex-wrap: nowrap;
}

.nav-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    border: none;
    border-radius: 0.5rem;
    cursor: pointer;
    text-align: center;
    transition: color 0.3s ease, background-color 0.3s ease;
    -webkit-tap-highlight-color: transparent;
    font-family: 'Inter', sans-serif;
    color: #cbd5e1; /* slate-300 */
    flex-direction: column;
    flex-grow: 1; 
    flex-basis: 0;
    padding: 0.5rem 0.25rem;
    gap: 0.1rem;
    height: 100%;
    font-size: 0.8rem;
    font-weight: 600;
}

.nav-btn .nav-btn-text {
    line-height: 1.2;
    display: block;
}

.nav-btn i {
    font-size: 1.8rem;
    margin-bottom: 0.25rem;
    text-align: center;
    transition: color 0.3s ease;
}

@media (min-width: 768px) {
    header nav {
        min-height: 8rem;
        height: auto;
        justify-content: center;
        flex-wrap: wrap;
    }
    .nav-btn {
        flex-direction: row;
        flex-grow: 0;
        flex-basis: auto;
        padding: 1rem 1.5rem;
        gap: 0.75rem;
        font-size: 1.25rem;
        font-weight: 700;
        white-space: nowrap;
        height: auto;
    }
    .nav-btn .nav-btn-text {
        font-size: 1.1rem;
    }
    .nav-btn i {
        font-size: 2rem;
        margin-bottom: 0;
    }
}

@media (min-width: 1024px) {
    .nav-btn {
        font-size: 1.5rem;
         padding: 1.25rem 2rem;
    }
    .nav-btn .nav-btn-text {
         font-size: 1.3rem;
    }
     .nav-btn i {
        font-size: 2.2rem;
    }
}

.nav-btn:hover { color: #ffffff; background-color: #334155; }
.nav-btn.active { color: #ffffff; background-color: #2563eb; } /* GGS Blue */

#nav-tabelas i { color: #fbbf24; }
#nav-guia i { color: #60a5fa; }
#nav-sncr i { color: #818cf8; }
#nav-links i { color: #f472b6; }
.nav-btn:hover i, .nav-btn.active i { color: #ffffff; }


/* --- Estilos da Seção de Ferramentas/Proposta --- */
#ferramenta-proposta > header {
    background-color: #fff;
    border-bottom: 1px solid #e2e8f0;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}
.gradient-text { background: linear-gradient(to right, #1e40af, #3b82f6); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
@keyframes subtitle-pulse { 0%, 100% { transform: scale(1); text-shadow: 0 0 10px rgba(217, 119, 6, 0.4); } 50% { transform: scale(1.03); text-shadow: 0 0 20px rgba(217, 119, 6, 0.7); } }
.subtitle-highlight { animation: subtitle-pulse 2.5s ease-in-out infinite; }

/* --- Profession Button Redesign --- */
.profession-btn {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    background-color: #ffffff;
    border: 1px solid #d1d5db; /* gray-300 */
    border-radius: 0.75rem; /* rounded-xl */
    padding: 0.75rem 1.5rem;
    color: #374151; /* gray-700 */
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05);
    width: 100%;
    text-align: left;
    line-height: 1.3;
}
.profession-btn:hover {
    border-color: #3b82f6; /* blue-500 */
    background-color: #f9fafb; /* gray-50 */
    box-shadow: 0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1);
}
.profession-btn.active {
    background-color: #3b82f6; /* blue-500 */
    color: white;
    border-color: #2563eb; /* blue-600 */
    box-shadow: 0 4px 14px rgba(59, 130, 246, 0.25);
}
.profession-btn i {
    font-size: 1.5rem;
    transition: color 0.2s ease-in-out;
}
.profession-btn[data-profession="medico"] i { color: #3b82f6; }
.profession-btn[data-profession="dentista"] i { color: #9ca3af; }
.profession-btn[data-profession="veterinario"] i { color: #a16207; }

.profession-btn.active i {
    color: white;
}
@media (min-width: 768px) {
  .profession-btn {
      width: auto;
  }
}


.final-content.hidden {
    display: none;
}

.content-section { max-height: 0; overflow: hidden; transition: max-height 0.7s ease-in-out; display: none; }
.content-section.show { max-height: 5000px; display: block; }

/* --- Price Card Redesign --- */
.price-card, .price-card-highlight {
    border-radius: 0.75rem;
    padding: 1.25rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: transform 0.3s, box-shadow 0.3s;
    position: relative;
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);
}

.price-card:hover, .price-card-highlight:hover { transform: translateY(-5px); box-shadow: 0 7px 14px rgba(0,0,0,0.07); }

.price-card-highlight {
    box-shadow: 0 8px 15px rgba(0,0,0,0.1);
    padding-top: 3.5rem; /* Space for the tag */
}

.price-card-yellow {
    background-color: #fefce8; /* yellow-50 */
    border: 1px solid #fde68a; /* yellow-200 */
}
.price-card-yellow h3 { color: #854d0e; } /* amber-800 */
.price-card-yellow p { color: #b45309; } /* amber-700 */

.price-card-white {
    background-color: #ffffff;
    border: 1px solid #e2e8f0; /* slate-200 */
}
.price-card-white h3 { color: #334155; } /* slate-700 */
.price-card-white p { color: #1e293b; } /* slate-800 */

.price-card-blue {
    background-color: #dbeafe; /* blue-100 */
    border: 1px solid #bfdbfe; /* blue-200 */
}
.price-card-blue h3 { color: #1e40af; } /* blue-800 */
.price-card-blue p { color: #1d4ed8; } /* blue-700 */

.price-card-highlight.price-card-yellow { background-color: #fef9c3; } /* yellow-100 */
.price-card-highlight.price-card-white { background-color: #f8fafc; } /* slate-50 */
.price-card-highlight.price-card-blue { background-color: #bfdbfe; } /* blue-200 */


.price-card-highlight .highlight-tag {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    color: white;
    font-size: 0.75rem;
    font-weight: 700;
    padding: 0.25rem 0.75rem;
    border-radius: 9999px;
}

.price-card h3, .price-card-highlight h3 {
    margin-top: 0.5rem;
}

/* RESPONSIVE GRID FIX */
.price-grid {
    display: grid;
    /* Mobile-first: 1 column by default */
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 1rem;
}
@media (min-width: 640px) { /* sm */
    .price-grid {
        /* 2 columns for small screens and up */
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (min-width: 768px) { /* md */
    .price-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 1.5rem;
    }
}
@media (min-width: 1024px) { /* lg */
    .price-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}


/* --- Estilos da Seção do Guia e SNCR --- */
.guide-content > section[data-scroll-spy-target] {
    padding-top: 2.5rem;
    margin-top: 2.5rem;
    border-top: 1px solid #e2e8f0;
}
.guide-content > section:first-of-type {
    padding-top: 0;
    margin-top: 0;
    border-top: none;
}

#guia-completo .prose h2, #guia-sncr .prose h2 { font-family: 'Inter', sans-serif; font-size: 1.875rem; font-weight: 900; letter-spacing: -0.025em; padding-bottom: 0rem; border-bottom: none; margin-top: 0; margin-bottom: 2rem; color: #1e293b; }
#guia-completo .prose a, #guia-sncr .prose a { font-weight: 600; color: #1d4ed8; text-decoration: underline; text-decoration-color: #93c5fd; text-underline-offset: 2px; transition: all 0.2s ease-in-out; }
#guia-completo .prose a:hover, #guia-sncr .prose a:hover { color: #1e3a8a; text-decoration-color: #1d4ed8; }
.prose a.share-btn {
    color: white;
}
/* Fix for share icon color inside prose content */
.prose a.share-btn i {
    color: white !important;
}


.admonition, .story-block, .cta-box {
    border-radius: 0.5rem;
    padding: 1.25rem 1.5rem;
    margin: 1.5rem 0;
    border: 1px solid #e2e8f0;
    box-shadow: 0 4px 10px -2px rgba(0, 0, 0, 0.05);
}

.admonition { border-left-width: 4px; }
.admonition-info { border-left-color: #3b82f6; background-color: #eff6ff; } /* GGS Blue theme */
.admonition-tip { border-left-color: #60a5fa; background-color: #eff6ff; }
.admonition-warning { border-left-color: #fbbf24; background-color: #fffbeb; }

.admonition h3, .admonition h4 { margin-top: 0 !important; margin-bottom: 0.75rem !important; font-family: 'Inter', sans-serif; font-weight: 700; }
.admonition-info h3, .admonition-info h4 { color: #1e40af; }
.admonition-tip h3, .admonition-tip h4 { color: #1d4ed8; }
.admonition-warning h3, .admonition-warning h4 { color: #b45309; }

.story-block { 
    font-style: italic; 
    color: #4b5563;
    border-left: 4px solid #9ca3af;
    background-color: #f8fafc;
}

.cta-box {
    background: #f8fafc;
    border-style: dashed;
}
.cta-box p { font-family: 'Inter', sans-serif; font-size: 1.125rem; font-weight: 600; margin-bottom: 1rem; color: #1e40af; }
.cta-box a { display: inline-block; background-color: #2563eb; color: #ffffff !important; font-family: 'Inter', sans-serif; font-weight: 700; padding: 0.75rem 1.5rem; border-radius: 0.5rem; transition: all 0.3s ease; text-decoration: none !important; box-shadow: 0 4px 6px rgba(0,0,0,0.1); }
.cta-box a:hover { background-color: #1d4ed8 !important; transform: translateY(-2px); box-shadow: 0 7px 10px rgba(0,0,0,0.1); }

.faq-accordion { border-top: 1px solid #e5e7eb; }
.faq-accordion details { border-bottom: 1px solid #e5e7eb; padding: 1.25rem 0.5rem; }
.faq-accordion details:last-of-type { border-bottom: none; }
.faq-accordion summary { display: flex; justify-content: space-between; align-items: center; cursor: pointer; font-family: 'Inter', sans-serif; font-weight: 700; font-size: 1.1rem; color: #1f2937; list-style: none; transition: color 0.2s ease; }
.faq-accordion summary:hover { color: #1d4ed8; }
.faq-accordion summary::-webkit-details-marker { display: none; }
.faq-accordion summary::after { content: '+'; font-size: 1.75rem; font-weight: 400; color: #2563eb; transition: transform 0.3s ease; margin-left: 1rem; }
.faq-accordion details[open] > summary { color: #1e40af; }
.faq-accordion details[open] > summary:after { transform: rotate(45deg); content: '×'; }
.faq-accordion .faq-answer { 
    padding: 1rem 0.5rem 0 1rem; 
    margin-top: 0.5rem; 
    line-height: 1.7; 
    border-left: 3px solid #d1d5db;
    background-color: transparent;
}

/* --- Novos Estilos para Layout do Guia e Infográficos --- */
.guide-layout { display: grid; grid-template-columns: 1fr; gap: 1.5rem; }
@media (min-width: 1024px) { .guide-layout { grid-template-columns: 240px 1fr; gap: 2.5rem; } }
.sticky-toc-container { display: none; }
@media (min-width: 1024px) {
    .sticky-toc-container { display: block; }
    .sticky-toc {
        position: sticky;
        top: 9.5rem;
        max-height: calc(100vh - 11rem);
        overflow-y: auto;
        padding: 1rem;
        border: 1px solid #e2e8f0;
        border-radius: 0.75rem;
        box-shadow: 0 1px 3px rgba(0,0,0,0.05);
    }
    .sticky-toc a { display: flex; align-items: center; gap: 0.75rem; padding: 0.5rem 0.75rem; border-radius: 0.5rem; transition: background-color 0.2s, color 0.2s; text-decoration: none !important; font-weight: 600; font-size: 0.875rem; color: #475569; }
    .sticky-toc a:hover { background-color: #f1f5f9; color: #1e293b; }
    .sticky-toc a.active-link { background-color: #2563eb; color: white !important; }
    .sticky-toc .icon-pulse { animation: none; font-size: 1rem; }
    .sticky-toc a.active-link .icon-pulse { animation: icon-pulse 2s ease-in-out infinite; }
}

/* --- Novos Estilos para Guias Rápidos por Profissão --- */
.profession-guides-container {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
    margin-top: 2rem;
}
@media (min-width: 1024px) {
    .profession-guides-container {
        grid-template-columns: repeat(3, 1fr);
    }
}
.profession-guide-card {
    background-color: #ffffff;
    border-radius: 0.75rem;
    padding: 1.5rem;
    border: 1px solid #e2e8f0;
    box-shadow: 0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.profession-guide-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);
}
.guide-card-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #e2e8f0;
}
.guide-card-header i {
    font-size: 1.75rem;
    flex-shrink: 0;
}
.guide-card-header h3 {
    margin: 0 !important;
    font-size: 1.2rem !important;
    font-weight: 700;
    line-height: 1.4;
    color: #1e293b;
}
.guide-item-list {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}
.guide-item {
    display: block !important;
    padding: 0.75rem;
    border-radius: 0.5rem;
    transition: background-color 0.2s ease;
    text-decoration: none !important;
    color: #374151;
    font-weight: 500;
    line-height: 1.6;
}
.guide-item:hover {
    background-color: #eff6ff;
    color: #1d4ed8;
}
.guide-item strong {
    color: #1e293b;
}
.guide-item.guide-item-alert .fa-triangle-exclamation {
    color: #d97706; /* amber-600 */
    margin-right: 0.5rem;
}
.guide-item.guide-item-new .fa-star {
    color: #1d4ed8; /* blue-700 */
    margin-right: 0.5rem;
}


/* Tabela Comparativa de Receitas Responsiva */
.recipe-comparison-table-container { margin: 2rem 0; overflow-x: auto; }
.recipe-comparison-table { width: 100%; border-collapse: collapse; overflow: hidden; border-radius: 0.75rem; border: 1px solid #e2e8f0; box-shadow: 0 4px 6px rgba(0,0,0,0.05); }
.recipe-comparison-table th, .recipe-comparison-table td { padding: 1rem; text-align: left; }
.recipe-comparison-table thead { background-color: #f8fafc; }
.recipe-comparison-table th { font-family: 'Inter', sans-serif; font-weight: 700; }
.recipe-comparison-table tbody tr { border-bottom: 1px solid #e2e8f0; }
.recipe-comparison-table tbody tr:last-child { border-bottom: none; }
.color-swatch { display: inline-block; width: 1rem; height: 1rem; border-radius: 50%; margin-right: 0.5rem; vertical-align: middle; border: 1px solid rgba(0,0,0,0.1); }
.color-swatch.yellow { background-color: #fef08a; }
.color-swatch.blue { background-color: #93c5fd; }
.color-swatch.white { background-color: #ffffff; }
@media (max-width: 767px) {
    .recipe-comparison-table thead { display: none; }
    .recipe-comparison-table, .recipe-comparison-table tbody, .recipe-comparison-table tr, .recipe-comparison-table td { display: block; width: 100%; }
    .recipe-comparison-table tr { margin-bottom: 1rem; border: 1px solid #e2e8f0; border-radius: 0.75rem; overflow: hidden; }
    .recipe-comparison-table td { text-align: right; padding-left: 50%; position: relative; border-bottom: 1px solid #f1f5f9; }
    .recipe-comparison-table td:last-child { border-bottom: 0; }
    .recipe-comparison-table td::before { content: attr(data-label); position: absolute; left: 1rem; width: 45%; padding-right: 0.5rem; text-align: left; font-weight: bold; color: #334155; }
}

/* Fluxograma de Processo */
.process-flowchart-container { margin: 2.5rem 0; }
.process-flowchart { display: flex; flex-direction: column; gap: 0.5rem; }
.flow-step { display: flex; align-items: center; gap: 1rem; padding: 1.25rem; border: 1px solid #e2e8f0; border-radius: 0.75rem; background-color: #fff; box-shadow: 0 1px 3px rgba(0,0,0,0.05); }
@media (min-width: 768px) { .flow-step { gap: 1.5rem; } }
.step-icon { flex-shrink: 0; width: 3rem; height: 3rem; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 1.25rem; background-color: #dbeafe; color: #1e40af; }
.step-icon.star-icon { background-color: #2563eb; color: white; }
.step-icon.final-icon { background-color: #1e40af; color: white; }
.flow-step.ggs-solution { background: linear-gradient(135deg, #1e40af, #2563eb); color: white; border-color: #1e3a8a; }
.flow-step.ggs-solution h4, .flow-step.ggs-solution p { color: white; }
.step-content h4 { font-family: 'Inter', sans-serif; font-weight: 700; margin: 0 0 0.25rem 0 !important; }
.step-content p { margin: 0 !important; font-size: 0.95em; line-height: 1.6; }
.flow-arrow { text-align: center; font-size: 1.5rem; color: #9ca3af; }

/* --- Estilos da Seção de Links Úteis --- */
#links-uteis header h1 {
    font-size: 2.75rem;
    line-height: 1.1;
    color: #1e293b;
}
@media (min-width: 768px) {
    #links-uteis header h1 {
        font-size: 4rem;
    }
}
#links-uteis header p {
    font-size: 1.25rem;
    margin-top: 1rem;
}
@media (min-width: 768px) {
    #links-uteis header p {
        font-size: 1.5rem;
    }
}

.link-card-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 1.5rem;
}
.link-card {
    display: block;
    padding: 1.25rem;
    border-radius: 0.75rem;
    color: white;
    text-decoration: none;
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out, opacity 0.3s ease;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}
.link-card:hover { transform: translateY(-5px); box-shadow: 0 10px 15px rgba(0,0,0,0.1); }
.link-card i {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
    opacity: 0.8;
}
.link-card h4 {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 0.25rem;
}
.link-card p {
    font-size: 0.8rem;
    line-height: 1.5;
    opacity: 0.9;
}
.link-card-standard {
    background: linear-gradient(135deg, #334155, #475569);
    color: #e2e8f0;
}
.link-card-standard:hover {
    background: linear-gradient(135deg, #1e40af, #2563eb);
    color: white;
}
.link-card-standard h4 { color: white; }
.link-card-standard p { opacity: 0.8; }
.link-card-standard i { color: white; opacity: 0.6; transition: color 0.2s, opacity 0.2s; }
.link-card-standard:hover i { opacity: 1; }

/* --- Botão Voltar ao Topo --- */
#back-to-top {
    transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
    transform: translateY(100px);
}
#back-to-top:not(.hidden) {
    transform: translateY(0);
}
#back-to-top.hidden {
    opacity: 0;
    visibility: hidden;
}

/* --- Botão de Ação Destacado --- */
@keyframes highlight-pulse {
    0% { box-shadow: 0 0 0 0 rgba(29, 78, 216, 0.7); }
    70% { box-shadow: 0 0 0 12px rgba(29, 78, 216, 0); }
    100% { box-shadow: 0 0 0 0 rgba(29, 78, 216, 0); }
}
.highlight-action-btn {
    display: inline-block;
    background-color: #1d4ed8; /* blue-700 */
    color: white !important;
    text-decoration: none !important;
    font-weight: 700;
    font-size: 1.125rem;
    padding: 1rem 2rem;
    border-radius: 0.75rem;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    animation: highlight-pulse 1.25s infinite;
}
.highlight-action-btn:hover {
    background-color: #1e3a8a; /* blue-900 */
    transform: translateY(-3px);
    box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1), 0 4px 6px -4px rgba(0,0,0,0.1);
}

/* --- Social Share Bar --- */
.share-container {
    background-color: #f1f5f9; /* slate-100 */
    border: 1px solid #e2e8f0; /* slate-200 */
    border-radius: 0.75rem;
    padding: 1.5rem;
    margin-top: 2.5rem;
    text-align: center;
}
.share-text {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #334155; /* slate-700 */
    margin-bottom: 1.5rem;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    font-weight: 500;
}

.share-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}
.share-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 9999px;
    color: white;
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    text-decoration: none;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}
.share-btn:hover {
    transform: scale(1.1) translateY(-2px);
    box-shadow: 0 6px 12px rgba(0,0,0,0.15);
}
.share-btn i {
    font-size: 2rem;
}

/* Brand Colors */
.share-btn.whatsapp { background-color: #25D366; }
.share-btn.instagram { background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); }
.share-btn.facebook { background-color: #1877F2; }
.share-btn.youtube { background-color: #FF0000; }
.share-btn.tiktok { background-color: #000000; }
.share-btn.telegram { background-color: #26A5E4; }
.share-btn.pinterest { background-color: #E60023; }
.share-btn.linkedin { background-color: #0A66C2; }
.share-btn.x-twitter { background-color: #000000; }

/* WhatsApp Pulse Animation */
@keyframes whatsapp-pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
    }
    70% {
        box-shadow: 0 0 0 12px rgba(37, 211, 102, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
    }
}
.whatsapp-pulse {
    animation: whatsapp-pulse 2s infinite;
}

/* Fix for share icon color inside prose content */
.prose a.share-btn i,
.prose a.share-btn svg {
    color: white !important;
}