:root{--text-article: hsl(220, 8%, 25%);--text-article-secondary: hsl(210, 6%, 40%)}.breadcrumb{max-width:1100px;margin:0 auto;padding:var(--space-3) var(--space-3) 0}.breadcrumb ol{display:flex;flex-wrap:wrap;gap:8px;list-style:none;font-size:var(--text-sm);color:var(--text-tertiary)}.breadcrumb li:not(:last-child):after{content:"›";margin-left:8px;color:var(--text-tertiary)}.breadcrumb a{color:var(--text-secondary)}.breadcrumb a:hover{color:var(--gold, hsl(42, 96%, 50%))}.breadcrumb [aria-current=page]{color:var(--text-primary);font-weight:600}@media(max-width:600px){.breadcrumb li:not(:last-child){display:none}.breadcrumb li:last-child:before{content:"‹"}.breadcrumb li:last-child:after{display:none}}.article-page,.guide-page,.service-page,.author-page{max-width:1100px;margin:0 auto;padding:var(--space-4) var(--space-3) var(--space-8);display:grid;grid-template-columns:1fr 280px;gap:var(--space-5);align-items:start}@media(min-width:1201px){.article-page,.guide-page,.service-page,.author-page{grid-template-columns:1fr 320px;gap:var(--space-6)}}@media(max-width:900px){.article-page,.guide-page,.service-page,.author-page{grid-template-columns:1fr;gap:var(--space-4)}}@media(max-width:600px){.article-page,.guide-page,.service-page,.author-page{padding:var(--space-3) var(--space-2) var(--space-6)}}.article-content,.guide-content,.service-content,.author-content{min-width:0;color:var(--text-article)}.article-content h1,.guide-content h1{font-size:clamp(1.875rem,1.3rem + 1.7vw,2.75rem);font-weight:700;color:var(--text-primary);margin-bottom:var(--space-3);line-height:1.12;overflow-wrap:break-word}.source-context{font-size:clamp(1.063rem,1rem + .2vw,1.188rem);color:var(--text-article-secondary);font-style:italic;line-height:1.75;margin-bottom:var(--space-2);padding-left:var(--space-3);border-left:2px solid var(--accent)}.page-dates{font-size:clamp(.9375rem,.9rem + .1vw,1rem);color:var(--text-tertiary);margin-bottom:var(--space-6)}.content-section{margin-bottom:var(--space-5)}.content-section h2{font-size:clamp(1.75rem,1.3rem + 1.2vw,2.25rem);font-weight:700;margin-top:3.5rem;margin-bottom:1rem;color:var(--text-primary);line-height:1.22;overflow-wrap:break-word}.content-section:first-of-type h2{margin-top:0}.content-section h3,.content-section .section-body h3{font-size:clamp(1.5rem,1.1rem + .8vw,1.75rem);font-weight:700;margin-top:2rem;margin-bottom:.75rem;color:var(--text-primary);line-height:1.28;overflow-wrap:break-word}.content-section .section-body{font-size:clamp(1.063rem,1rem + .2vw,1.188rem);color:var(--text-article);line-height:1.75;max-width:65ch}.content-section .section-body p{margin-bottom:clamp(1rem,.75rem + .5vw,1.375rem)}.content-section .section-body a{color:var(--accent);text-decoration:underline;text-underline-offset:3px;text-decoration-color:#24423d4d;transition:text-decoration-color .3s var(--ease-luxury),color .3s var(--ease-luxury)}.content-section .section-body a:hover{color:var(--accent-hover);text-decoration-color:var(--accent-hover)}.content-section .section-body ul,.content-section .section-body ol{padding-left:1.5rem;margin:var(--space-2) 0}.content-section .section-body li{margin-bottom:.5rem;line-height:1.75}.content-section .section-body blockquote{font-family:var(--font-heading);font-style:italic;font-size:1.25rem;font-weight:400;line-height:1.6;color:var(--text-article);background:var(--surface);border-left:3px solid var(--accent);padding:var(--space-3) var(--space-4);margin:var(--space-4) 0;border-radius:0 var(--radius-sm) var(--radius-sm) 0}.content-section .section-body table{width:100%;border-collapse:collapse;margin:var(--space-3) 0;font-size:1rem}@media(max-width:600px){.content-section .section-body table{display:block;overflow-x:auto;-webkit-overflow-scrolling:touch}}.content-section .section-body th{text-transform:uppercase;letter-spacing:.06em;font-size:var(--text-xs);font-weight:600;color:var(--text-tertiary);padding:10px 12px;border-bottom:2px solid var(--border);text-align:left;background:transparent}.content-section .section-body td{padding:10px 12px;border-bottom:1px solid var(--border);text-align:left}.calc-block{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);padding:var(--space-3);margin:var(--space-3) 0;font-variant-numeric:tabular-nums}.calc-block .calc-label{font-weight:600;color:var(--text-primary);display:block;margin-top:var(--space-2)}.calc-block .calc-label:first-child{margin-top:0}.calc-block .calc-eq{display:block;padding-left:1.25rem;color:var(--text-article)}.calc-block .calc-result{font-weight:700;color:var(--accent);border-top:2px solid var(--border);margin-top:var(--space-2);padding-top:var(--space-2);display:block}.content-section h2:has(.step-number){display:flex;align-items:center;gap:.625rem}.step-number{display:inline-flex;align-items:center;justify-content:center;width:36px;min-width:36px;height:36px;border-radius:50%;background:var(--accent);color:#fff;font-size:1rem;font-weight:700;flex-shrink:0;font-family:var(--font-body)}.article-faq,.guide-faq,.service-faq{margin-top:var(--space-6);padding-top:var(--space-4);border-top:1px solid var(--border)}.article-faq h2,.guide-faq h2,.service-faq h2{font-size:clamp(1.5rem,1.2rem + .9vw,1.8125rem);margin-bottom:var(--space-3);color:var(--text-primary)}.faq-list{display:flex;flex-direction:column;gap:var(--space-3)}.faq-item{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);padding:var(--space-3)}.faq-item dt{font-weight:600;font-size:clamp(1.063rem,1rem + .2vw,1.125rem);color:var(--text-primary);margin-bottom:var(--space-1)}.faq-item dd{font-size:clamp(1rem,.95rem + .15vw,1.063rem);color:var(--text-secondary);line-height:1.75;margin:0}.article-sidebar,.guide-sidebar,.service-sidebar,.author-sidebar{display:flex;flex-direction:column;gap:var(--space-3);position:sticky;top:calc(var(--nav-height) + 24px)}@media(max-width:900px){.article-sidebar,.guide-sidebar,.service-sidebar,.author-sidebar{position:static}}.sidebar-cta,.sidebar-author,.sidebar-parent,.sidebar-related,.sidebar-articles,.sidebar-guides,.sidebar-service,.sidebar-english-link{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);padding:var(--space-3)}.sidebar-author{display:flex;gap:var(--space-2);align-items:flex-start;padding:var(--space-3);text-decoration:none;transition:box-shadow .4s var(--ease-luxury)}a.sidebar-author:hover{box-shadow:var(--shadow-md)}.sidebar-author picture{flex-shrink:0;width:56px;height:56px}.sidebar-author-photo{width:56px;height:56px;border-radius:50%;object-fit:cover;object-position:top center;flex-shrink:0;border:2px solid var(--border)}.sidebar-author h3{font-family:var(--font-body);font-size:1.375rem;font-weight:600;color:var(--text-primary);margin-bottom:4px;line-height:1.3}.sidebar-author p{font-size:var(--text-xs);color:var(--text-secondary);line-height:1.5}.sidebar-cta{padding:var(--space-4)}.sidebar-cta h3,.sidebar-parent h3,.sidebar-related h3,.sidebar-articles h3,.sidebar-guides h3,.sidebar-service h3{font-family:var(--font-body);font-size:var(--h5);font-weight:600;text-transform:uppercase;letter-spacing:.12em;color:var(--text-tertiary);margin-bottom:var(--space-2);line-height:1.3}.sidebar-cta h3{font-size:1.375rem;font-weight:600;text-transform:none;letter-spacing:0;color:var(--text-primary);margin-bottom:var(--space-1)}.sidebar-cta p{font-size:1rem;color:var(--text-secondary);margin-bottom:var(--space-3);line-height:1.6}.sidebar-cta .btn{width:100%;justify-content:center;font-size:1rem;padding:12px 20px}.sidebar-cta .btn-whatsapp{background:var(--whatsapp);border-color:var(--whatsapp);color:#fff;display:inline-flex;align-items:center;gap:8px;font-weight:600;border-radius:var(--radius-sm);transition:background .35s var(--ease-luxury);margin-bottom:var(--space-1)}.sidebar-cta .btn-whatsapp:hover{background:var(--whatsapp-hover);color:#fff}.sidebar-cta .sidebar-phone{font-size:var(--text-xs)}.sidebar-parent a,.sidebar-related a,.sidebar-articles a,.sidebar-guides a,.sidebar-service a{font-size:1rem;font-weight:500;color:var(--text-secondary);min-height:44px;display:flex;align-items:center;line-height:1.3}.sidebar-parent a:hover,.sidebar-related a:hover,.sidebar-articles a:hover,.sidebar-guides a:hover,.sidebar-service a:hover{color:var(--accent)}.sidebar-english-link{border-left:4px solid var(--accent)}.sidebar-english-header{display:flex;align-items:center;gap:8px;margin-bottom:var(--space-1)}.sidebar-english-flag{font-size:1.25rem;line-height:1}.sidebar-english-label{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--text-tertiary)}.sidebar-english-desc{font-size:.8125rem;color:var(--text-secondary);line-height:1.5;margin-bottom:var(--space-2)}.sidebar-english-href{font-size:.9375rem;font-weight:700;color:var(--accent);min-height:44px;display:inline-flex;align-items:center;transition:color .2s var(--ease-luxury)}.sidebar-english-href:hover{color:var(--gold)}.language-crosslink{display:flex;align-items:flex-start;gap:var(--space-3);margin-top:var(--space-5);margin-bottom:var(--space-5);padding:var(--space-4);background:var(--surface);border:1px solid var(--border);border-left:4px solid var(--accent);border-radius:var(--radius-md)}.crosslink-flag{font-size:2rem;line-height:1;flex-shrink:0;margin-top:2px}.crosslink-content{flex:1;min-width:0}.crosslink-label{font-family:var(--font-heading);font-size:1.125rem;font-weight:700;color:var(--text-primary);margin-bottom:var(--space-1);line-height:1.3}.crosslink-desc{font-size:.9375rem;color:var(--text-secondary);line-height:1.6;margin-bottom:var(--space-2)}.crosslink-link{display:inline-flex;align-items:center;font-size:.9375rem;font-weight:700;color:var(--accent);min-height:44px;transition:color .2s var(--ease-luxury)}.crosslink-link:hover{color:var(--gold)}@media(max-width:480px){.language-crosslink{flex-direction:column;gap:var(--space-2)}.crosslink-flag{font-size:1.75rem}}.language-crosslink--hub{border-left-color:var(--gold);margin-top:var(--space-3)}.language-crosslink--hub .crosslink-link{color:var(--gold)}.language-crosslink--hub .crosslink-link:hover{color:var(--accent)}.sidebar-related ul,.sidebar-articles ul,.sidebar-guides ul{list-style:none;display:flex;flex-direction:column;gap:var(--space-1)}.sidebar-articles{background:var(--accent-light)}.sidebar-articles h3{color:var(--accent)}.sidebar-articles a{color:var(--text-primary);font-weight:600}.sidebar-cards{background:transparent;border:none;padding:0}.sidebar-cards h3{font-family:var(--font-body);font-size:var(--h5);font-weight:600;text-transform:uppercase;letter-spacing:.12em;color:var(--text-tertiary);margin-bottom:var(--space-2);line-height:1.3}.sidebar-card-list{display:flex;flex-direction:column;gap:10px}.sidebar-card{display:flex;flex-direction:column;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);text-decoration:none;overflow:hidden;transition:border-color .4s var(--ease-luxury),box-shadow .4s var(--ease-luxury)}.sidebar-card:hover{border-color:var(--gold, hsl(42, 78%, 55%));box-shadow:var(--shadow-md)}.sidebar-card-thumb{width:100%;height:120px;object-fit:cover;display:block;flex-shrink:0}.sidebar-card-thumb-gradient{background:linear-gradient(135deg,#2a5e6f,#4d99b3)}.sidebar-card-thumb-gradient-guide{background:linear-gradient(135deg,#7d5336,#bf9940)}.sidebar-card-body{padding:var(--space-3);display:flex;flex-direction:column;flex:1}.sidebar-card-badge{display:inline-block;width:fit-content;font-size:.9375rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;padding:3px 10px;border-radius:var(--radius-sm);background:var(--accent-light);color:var(--accent);margin-bottom:var(--space-1)}.sidebar-card-title{display:block;font-family:var(--font-heading);font-size:1.25rem;font-weight:700;color:var(--text-primary);line-height:1.25;letter-spacing:-.02em;margin-bottom:6px;transition:color .25s var(--ease-luxury)}.sidebar-card:hover .sidebar-card-title{color:var(--gold, hsl(42, 78%, 55%))}.sidebar-card-desc{display:block;font-size:1rem;color:var(--text-secondary);line-height:1.6;margin-bottom:var(--space-2);flex:1}.sidebar-card-link{font-size:1rem;font-weight:600;color:var(--accent)}.related-icon{width:32px;height:32px;border-radius:var(--radius-sm);background:var(--accent-light);display:flex;align-items:center;justify-content:center;color:var(--accent);flex-shrink:0}.related-icon :global(svg){width:18px;height:18px}.sidebar-all-services{display:flex;align-items:center;margin-top:var(--space-2);padding-top:var(--space-2);border-top:1px solid var(--border);font-size:var(--text-sm);font-weight:600;color:var(--accent);min-height:44px}.sidebar-all-services:hover{color:var(--accent-hover)}.guide-tier-badge{display:inline-block;font-size:.9375rem;font-weight:600;text-transform:uppercase;letter-spacing:.12em;padding:4px 12px;border-radius:var(--radius-sm);margin-bottom:var(--space-2)}.guide-tier-badge[data-tier=pillar]{background:var(--accent-light);color:var(--accent)}.guide-tier-badge[data-tier=cluster]{background:var(--warm-light);color:var(--warm)}.guide-tier-badge[data-tier=supporting]{background:var(--surface-alt);color:var(--text-secondary)}.children-section{margin-top:var(--space-6);padding-top:var(--space-4);border-top:1px solid var(--border)}.children-section h2{font-size:clamp(1.5rem,1.2rem + .9vw,1.8125rem);margin-bottom:var(--space-3);color:var(--text-primary)}.children-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:var(--space-3)}.child-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);padding:var(--space-3);text-decoration:none;transition:box-shadow .4s var(--ease-luxury)}.child-card:hover{box-shadow:var(--shadow-md)}.child-card h3{font-family:var(--font-heading);font-size:var(--h4);font-weight:700;color:var(--text-primary);margin-bottom:var(--space-1);letter-spacing:-.02em;line-height:1.18}.child-card p{font-size:var(--text-sm);color:var(--text-secondary);line-height:1.6;margin-bottom:var(--space-2)}.child-card-link{font-size:var(--text-sm);font-weight:600;color:var(--accent)}.children-list{list-style:none;display:flex;flex-direction:column;gap:var(--space-2)}.children-list li{border-left:2px solid var(--accent-light);padding-left:var(--space-2)}.children-list a{font-size:1.0625rem;font-weight:600;color:var(--text-primary);min-height:44px;display:flex;align-items:center}.children-list a:hover{color:var(--accent)}.service-hero{background-size:cover;background-position:center;background-repeat:no-repeat}.service-hero-overlay{background:linear-gradient(to bottom,#14181fcc,#14181fe6);padding:var(--space-6) var(--space-3) var(--space-8)}.service-hero .breadcrumb{max-width:1100px;margin:0 auto var(--space-3)}.service-hero .breadcrumb ol{color:#ffffff80}.service-hero .breadcrumb li:not(:last-child):after{color:#fff6}.service-hero .breadcrumb a{color:#ffffffb3}.service-hero .breadcrumb a:hover{color:var(--gold, hsl(42, 96%, 50%))}@media(max-width:600px){.service-hero .breadcrumb li:not(:last-child){display:none}.service-hero .breadcrumb li:last-child:before{content:"‹"}.service-hero .breadcrumb li:last-child:after{display:none}.service-hero-overlay{padding:var(--space-4) var(--space-3) var(--space-6)}}.service-hero-content{max-width:1100px;margin:0 auto;display:flex;flex-direction:column;align-items:flex-start;gap:var(--space-2)}.service-icon{width:64px;height:64px;border-radius:var(--radius-sm);background:#ffffff1a;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0}.service-hero-content h1{font-size:clamp(1.875rem,1.3rem + 1.7vw,2.75rem);color:#fff;line-height:1.12;overflow-wrap:break-word}.service-hero-desc{font-size:clamp(1.063rem,1rem + .2vw,1.188rem);color:#fffc;line-height:1.75;max-width:60ch}.evidence-block{background:var(--accent-light);border-radius:var(--radius-md);padding:var(--space-4);margin-bottom:var(--space-6)}.evidence-header{display:flex;align-items:center;gap:var(--space-2);margin-bottom:var(--space-2)}.evidence-header picture{flex-shrink:0;width:64px;height:64px}.evidence-photo{width:64px;height:64px;border-radius:50%;object-fit:cover;object-position:top center;flex-shrink:0;border:2px solid #fff}.evidence-block h2{font-size:var(--h4);margin-bottom:0;color:var(--accent)}.evidence-block ul{list-style:none;display:flex;flex-direction:column;gap:var(--space-1)}.evidence-block li{font-size:1.0625rem;color:var(--text-primary);padding-left:24px;position:relative;line-height:1.6}.evidence-block li:before{content:"";position:absolute;left:2px;top:6px;width:14px;height:14px;background:var(--accent);mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E") no-repeat center / contain;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E") no-repeat center / contain}.service-testimonial{font-family:var(--font-heading);font-style:italic;font-size:1.1875rem;line-height:1.7;color:var(--text-article);background:var(--surface);border-left:3px solid var(--accent);padding:var(--space-4);margin:var(--space-6) 0;border-radius:0 var(--radius-md) var(--radius-md) 0}.service-testimonial p{margin:0 0 var(--space-2)}.service-testimonial footer{display:flex;align-items:center;gap:var(--space-2);font-style:normal;font-family:var(--font-body)}.service-testimonial .testimonial-initials{width:40px;height:40px;border-radius:50%;background:var(--accent);color:#fff;display:flex;align-items:center;justify-content:center;font-size:var(--text-sm);font-weight:700;flex-shrink:0}.service-testimonial cite{font-style:normal;font-weight:600;font-size:1rem;color:var(--text-primary);display:block}.service-testimonial footer span:not(.testimonial-initials){font-size:var(--text-xs);color:var(--text-secondary)}.service-content .page-dates,.service-content .content-section{margin-bottom:var(--space-6)}.service-content .content-section h2{font-size:clamp(1.5rem,1.3rem + .6vw,1.875rem)}.related-guides-section{margin-top:var(--space-6);padding-top:var(--space-4);border-top:1px solid var(--border)}.related-guides-section h2{font-size:clamp(1.5rem,1.2rem + .9vw,1.8125rem);margin-bottom:var(--space-3);color:var(--text-primary)}.related-guides-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--space-3)}@media(max-width:600px){.related-guides-grid{grid-template-columns:1fr}}.related-guide-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);padding:var(--space-3);text-decoration:none;transition:box-shadow .4s var(--ease-luxury);display:flex;flex-direction:column}.related-guide-card:hover{box-shadow:var(--shadow-md)}.related-guide-tier{display:inline-block;font-size:.9375rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;padding:2px 8px;border-radius:var(--radius-sm);margin-bottom:var(--space-1);width:fit-content}.related-guide-tier[data-tier=cluster]{background:var(--warm-light);color:var(--warm)}.related-guide-tier[data-tier=supporting]{background:var(--surface-alt);color:var(--text-secondary)}.related-guide-card h3{font-family:var(--font-heading);font-size:var(--h4);font-weight:700;color:var(--text-primary);margin-bottom:var(--space-1);line-height:1.18;letter-spacing:-.02em}.related-guide-card p{font-size:var(--text-sm);color:var(--text-secondary);line-height:1.6;margin-bottom:var(--space-2);flex:1}.related-guide-link{font-size:var(--text-sm);font-weight:600;color:var(--accent)}.related-guides-fullwidth{max-width:1100px;margin:0 auto;padding:var(--space-6) var(--space-3) var(--space-4);border-top:1px solid var(--border)}.related-guides-fullwidth h2{font-size:clamp(1.5rem,1.2rem + .9vw,1.8125rem);margin-bottom:var(--space-1);color:var(--text-primary)}.related-guides-fullwidth .section-subtitle{font-size:1.0625rem;color:var(--text-secondary);line-height:1.6;margin-bottom:var(--space-4)}.related-guides-fullwidth .related-guides-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--space-3)}@media(max-width:600px){.related-guides-fullwidth .related-guides-grid{grid-template-columns:1fr}}.related-guides-fullwidth .related-guide-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);padding:var(--space-3);text-decoration:none;display:flex;flex-direction:column;transition:border-color .4s var(--ease-luxury),box-shadow .4s var(--ease-luxury)}.related-guides-fullwidth .related-guide-card:hover{border-color:var(--gold, hsl(42, 78%, 55%));box-shadow:0 4px 20px #d9a32626}.related-guides-fullwidth .related-guide-card:hover h3{color:var(--gold, hsl(42, 78%, 55%))}.related-guides-fullwidth .related-guide-card h3{font-family:var(--font-heading);font-size:var(--h4);font-weight:700;color:var(--text-primary);margin-bottom:var(--space-1);line-height:1.18;letter-spacing:-.02em;transition:color .25s var(--ease-luxury)}.related-guides-fullwidth .related-guide-card p{font-size:var(--text-sm);color:var(--text-secondary);line-height:1.6;margin-bottom:var(--space-2);flex:1}.related-guides-fullwidth .related-guide-link{font-size:var(--text-sm);font-weight:600;color:var(--accent)}.siblings-section,.related-articles-section{margin-top:var(--space-6);padding-top:var(--space-4);border-top:1px solid var(--border)}.siblings-section h2,.related-articles-section h2{font-size:clamp(1.5rem,1.2rem + .9vw,1.8125rem);margin-bottom:var(--space-3);color:var(--text-primary)}.siblings-grid,.related-articles-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--space-3)}@media(max-width:600px){.siblings-grid,.related-articles-grid{grid-template-columns:1fr}}.funnel-cta{margin:var(--space-6) 0;border-radius:var(--radius-md);background:linear-gradient(135deg,#f3f7f6,#f7f5f3);border:1px solid hsla(170,30%,20%,.12);overflow:hidden}.funnel-cta-inner{padding:var(--space-5) var(--space-4)}.funnel-cta h3{font-family:var(--font-heading);font-size:clamp(1.375rem,1.2rem + .5vw,1.625rem);font-weight:700;color:var(--text-primary);margin-bottom:var(--space-1);line-height:1.2}.funnel-cta p{font-size:1.0625rem;color:var(--text-secondary);line-height:1.7;margin-bottom:var(--space-3);max-width:55ch}.funnel-cta-actions{display:flex;align-items:center;gap:var(--space-3);flex-wrap:wrap}.funnel-btn{background:var(--whatsapp);border-color:var(--whatsapp);color:#fff;display:inline-flex;align-items:center;gap:8px;font-weight:600;font-size:1rem;padding:14px 28px;border-radius:var(--radius-sm);transition:background .35s var(--ease-luxury),transform .35s var(--ease-luxury),box-shadow .35s var(--ease-luxury);min-height:48px}.funnel-btn:hover{background:var(--whatsapp-hover);color:#fff;transform:translateY(-1px);box-shadow:var(--shadow-md)}.funnel-phone{display:inline-flex;align-items:center;gap:6px;font-size:var(--text-sm);font-weight:500;color:var(--text-tertiary);min-height:44px}.funnel-phone:hover{color:var(--accent)}@media(max-width:480px){.funnel-cta-inner{padding:var(--space-4) var(--space-3)}.funnel-cta-actions{flex-direction:column;align-items:stretch}.funnel-btn,.funnel-phone{justify-content:center}}@media(max-width:480px){.content-section h2{margin-top:2.5rem}}
