:root{--tct-bg-primary: #f1edf4;--tct-bg-elevated: #faf8fc;--tct-bg-lilac: #e9e3f1;--tct-bg-dark: #1c1c1a;--tct-brand: #7a52cb;--tct-brand-hover: #8a62d6;--tct-brand-dark: #5d3aa3;--tct-brand-soft: #ece6f5;--tct-brand-softer: #e8e2f1;--tct-brand-light: #eee4ff;--tct-brand-lilac: #c9b6f0;--tct-brand-lilac-strong: #b79cf0;--tct-text: #1c1c1a;--tct-text-soft: #34323a;--tct-text-mute: #55525f;--tct-text-caption: #877f98;--tct-text-onDark: #c4c1b7;--tct-text-onDark-mute: #b8b4ab;--tct-text-onDark-caption: #9c94ab;--tct-text-onLilac: #6b6b64;--tct-border: #d8cfe8;--tct-border-soft: #e3dcef;--tct-border-onDark: #34332c;--tct-border-onDark-2: #38372f;--tct-chip-bg: #e9e3f1;--tct-chip-fg: #5d3aa3;--tct-font-serif: "Heebo", system-ui, sans-serif;--tct-font-sans: "Nunito Sans", system-ui, sans-serif;--tct-ease-out: cubic-bezier(.22, 1, .36, 1);--tct-radius-sm: 8px;--tct-radius-md: 12px;--tct-radius-lg: 18px;--tct-radius-xl: 24px;--tct-radius-pill: 999px}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:var(--tct-font-sans);color:var(--tct-text);background:var(--tct-bg-primary);line-height:1.6;-webkit-font-smoothing:antialiased}h1,h2,h3,h4,p{margin:0}a{color:var(--tct-brand);text-decoration:none}a:hover{color:var(--tct-brand-dark)}button{font-family:inherit;cursor:pointer}input,select,textarea{font-family:inherit}summary{list-style:none;cursor:pointer}summary::-webkit-details-marker{display:none}img{max-width:100%;height:auto;display:block}:focus-visible{outline:3px solid var(--tct-brand);outline-offset:2px;border-radius:4px}@keyframes tct-fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:none}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation:none!important;transition:none!important;scroll-behavior:auto!important}}.tct-container{max-width:1360px;margin:0 auto;padding:0 clamp(20px,4vw,48px)}.tct-container-narrow{max-width:1440px;margin:0 auto;padding:0 clamp(16px,3vw,40px)}.tct-skip{position:absolute;left:12px;top:-60px;z-index:200;background:var(--tct-brand);color:#fff;padding:12px 20px;border-radius:var(--tct-radius-sm);font-weight:700;transition:top .2s}.tct-skip:focus,.tct-skip:focus-visible{top:12px;color:#fff}.tct-header{position:sticky;top:0;z-index:80;background:#f1edf4e6;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--tct-border-soft)}.tct-header__inner{max-width:1440px;margin:0 auto;padding:0 clamp(16px,3vw,40px);height:76px;display:flex;align-items:center;gap:14px}.tct-header__logo{display:flex;align-items:center;gap:11px;flex-shrink:0}.tct-header__logo img{height:21px;width:auto;display:block}.tct-header__nav{display:flex;align-items:center;gap:2px;margin:0 auto;font-size:14.5px;font-weight:600}.tct-header__nav>a,.tct-header__nav summary,.tct-header__phone span,.tct-header__actions .tct-cta{white-space:nowrap}@media(max-width:1360px){.tct-header__phone span{display:none}}@media(max-width:1240px){.tct-header__whatsapp span{display:none}}.tct-header__nav a,.tct-header__nav button{padding:9px 12px;border-radius:var(--tct-radius-pill);color:var(--tct-text);background:transparent;border:none;font-size:14.5px;font-weight:600;display:flex;align-items:center;gap:6px}.tct-header__nav a:hover,.tct-header__nav button:hover,.tct-header__nav summary:hover{background:transparent;color:var(--tct-brand)}.tct-header__nav a[aria-current=page],.tct-header__nav .is-active{color:var(--tct-brand-dark);background:transparent}.tct-header__actions{display:flex;align-items:center;gap:10px;margin-left:auto}.tct-header__phone,.tct-header__whatsapp,.tct-header__lang{display:flex;align-items:center;gap:7px;padding:9px 12px;border-radius:var(--tct-radius-pill);color:var(--tct-text);font-size:14px;font-weight:700;min-height:44px;box-sizing:border-box}.tct-header__phone:hover{background:var(--tct-brand-softer);color:var(--tct-text)}.tct-header__whatsapp{border:1px solid var(--tct-border);padding:9px 13px}.tct-header__whatsapp:hover{border-color:var(--tct-brand);color:var(--tct-brand-dark)}.tct-header__lang{border:1px solid var(--tct-border);padding:9px 12px;background:transparent;font-size:13px;min-height:44px}.tct-header__lang:hover{border-color:var(--tct-brand);color:var(--tct-text)}.tct-dropdown{position:relative}.tct-dropdown[open]>summary .tct-caret,.tct-dropdown[open] .tct-dropdown__toggle .tct-caret{transform:rotate(180deg)}.tct-caret{color:var(--tct-text-mute);transition:transform .2s;display:inline-block;margin-left:4px;flex-shrink:0;vertical-align:-2px}.tct-dropdown__panel{position:absolute;top:calc(100% + 14px);left:0;background:var(--tct-bg-elevated);border:1px solid var(--tct-border-soft);border-radius:var(--tct-radius-lg);box-shadow:0 24px 60px #1c1c1a29;padding:16px;z-index:90}.tct-dropdown__panel--mega{width:800px;max-width:calc(100vw - 40px);display:grid;grid-template-columns:1fr 1fr 220px;gap:2px 12px}.tct-dropdown__panel--blog{left:50%;transform:translate(-50%);width:680px;max-width:calc(100vw - 40px)}.tct-dropdown__panel--lang{right:0;left:auto;padding:6px;width:180px;display:flex;flex-direction:column;gap:2px;border-radius:14px;box-shadow:0 16px 44px #1c1c1a24}.tct-mega__header{grid-column:1 / 3;display:flex;align-items:center;gap:8px;padding:6px 12px;font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--tct-text-caption)}.tct-mega__plus{color:var(--tct-brand)}.tct-mega__item{display:flex;gap:12px;align-items:flex-start;padding:10px 12px;color:var(--tct-text)}.tct-mega__item:hover .tct-mega__item-t{color:var(--tct-brand)}.tct-mega__item-img{width:46px;height:46px;border-radius:11px;overflow:hidden;flex-shrink:0;background:var(--tct-brand-soft)}.tct-mega__item-img img{width:100%;height:100%;object-fit:cover}.tct-mega__item-body{display:flex;flex-direction:column;gap:2px}.tct-mega__item-t{font-weight:700;font-size:14px;line-height:1.25}.tct-mega__item-d{font-size:12.5px;color:var(--tct-text-onLilac);font-weight:400;line-height:1.35}.tct-mega__cta{grid-column:3;grid-row:1 / 6;display:flex;flex-direction:column;justify-content:space-between;background:var(--tct-brand);border-radius:14px;padding:20px;color:#fff}.tct-mega__cta-t{font-family:var(--tct-font-serif);font-weight:600;font-size:17px;line-height:1.15;margin-bottom:8px}.tct-mega__cta-p{font-size:12.5px;color:var(--tct-brand-light);line-height:1.45}.tct-lang__option{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:11px 12px;border:none;border-radius:9px;background:transparent;color:var(--tct-text);font-size:14px;font-weight:600;text-align:left}.tct-lang__option:hover{background:transparent;color:var(--tct-brand)}.tct-lang__option.is-active{background:transparent;color:var(--tct-brand-dark)}.tct-lang__code{font-weight:700;margin-right:8px}.tct-cta{display:inline-flex;align-items:center;gap:8px;background:var(--tct-brand);color:#fff;font-weight:700;font-size:14.5px;padding:11px 18px;border-radius:var(--tct-radius-pill);min-height:44px;box-sizing:border-box;transition:background-color .25s,transform .18s}.tct-cta:hover{background:var(--tct-brand-hover);color:#fff;transform:translateY(-1px)}.tct-cta--lg{font-size:16px;padding:0 26px;min-height:56px;gap:10px}.tct-cta--xl{font-size:16px;padding:0 28px;min-height:60px;gap:10px}.tct-cta--white{background:transparent;color:#fff;border:2px solid #fff}.tct-cta--white:hover{background:#ffffff24;color:#fff}.tct-cta--lilac{background:var(--tct-bg-primary);color:var(--tct-brand-dark)}.tct-cta--lilac:hover{background:#fff;color:var(--tct-brand-dark)}.tct-cta--ghost{background:transparent;color:#fff;border:1.5px solid rgba(255,255,255,.6);transition:border-color .18s,transform .18s}.tct-cta--ghost:hover{border-color:#fff;color:#fff;transform:translateY(-1px)}.tct-cta--outline{background:transparent;color:var(--tct-text);border:1.5px solid var(--tct-border)}.tct-cta--outline:hover{background:var(--tct-brand-softer);color:var(--tct-text)}.tct-cta__svg{flex-shrink:0}.tct-cta .tct-cta__shaft{transform-origin:2px 12px;transition:transform .35s var(--tct-ease-out)}.tct-cta .tct-cta__head{transition:transform .35s var(--tct-ease-out)}.tct-cta:hover .tct-cta__shaft{transform:scaleX(1.5)}.tct-cta:hover .tct-cta__head{transform:translate(6px)}.tct-plus-caption{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:600;letter-spacing:.04em;color:var(--tct-text-caption);margin-bottom:22px}.tct-plus-caption--onDark{color:var(--tct-text-onDark-caption)}.tct-plus-caption__mark{color:var(--tct-brand)}.tct-plus-caption--onDark .tct-plus-caption__mark{color:var(--tct-brand-lilac-strong)}.tct-chip{display:inline-flex;background:var(--tct-chip-bg);color:var(--tct-chip-fg);font-size:12.5px;font-weight:700;padding:6px 13px;border-radius:var(--tct-radius-pill)}.tct-chip-filter{border:1.5px solid var(--tct-border);background:transparent;color:var(--tct-text);font-weight:700;font-size:14px;padding:9px 18px;border-radius:var(--tct-radius-pill);transition:background .18s,border-color .18s,color .18s}.tct-chip-filter[aria-pressed=true],.tct-chip-filter.is-active{border-color:var(--tct-brand);background:var(--tct-brand);color:#fff}.tct-h-eyebrow{font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--tct-text-caption)}.tct-h-hero{font-family:var(--tct-font-serif);font-weight:300;font-size:clamp(2.3rem,1.3rem + 4.4vw,4.6rem);line-height:1.02;letter-spacing:-.03em;text-wrap:balance}.tct-h-page{font-family:var(--tct-font-serif);font-weight:300;font-size:clamp(2.1rem,1.2rem + 3.6vw,3.8rem);line-height:1.05;letter-spacing:-.03em;text-wrap:balance}.tct-h-section{font-family:var(--tct-font-serif);font-weight:300;font-size:clamp(1.8rem,1.1rem + 2.6vw,3rem);line-height:1.08;letter-spacing:-.02em;text-wrap:balance}.tct-h-sub{font-family:var(--tct-font-serif);font-weight:300;font-size:clamp(1.5rem,1rem + 1.6vw,2.1rem);letter-spacing:-.02em}.tct-hero{padding:clamp(16px,2vw,28px) clamp(16px,3vw,40px) clamp(28px,4vw,56px)}.tct-hero__inner{position:relative;border-radius:26px;overflow:hidden;min-height:min(84vh,780px);background:var(--tct-bg-dark);display:flex;flex-direction:column;justify-content:space-between;padding:clamp(24px,4vw,52px)}.tct-hero__slides{position:absolute;inset:0}.tct-hero__slide{position:absolute;inset:0;opacity:0}.tct-hero__slide img{width:100%;height:100%;object-fit:cover}@keyframes tct-hero-fade-2{0%,42.85%{opacity:1}50%,92.85%{opacity:0}to{opacity:1}}@keyframes tct-hero-fade-3{0%,28.5%{opacity:1}33.3%,94.5%{opacity:0}to{opacity:1}}@keyframes tct-hero-fade-4{0%,22.9%{opacity:1}25%,95.8%{opacity:0}to{opacity:1}}.tct-hero__slides[data-count="2"] .tct-hero__slide{animation:tct-hero-fade-2 14s ease-in-out infinite}.tct-hero__slides[data-count="2"] .tct-hero__slide:nth-child(1){animation-delay:0s}.tct-hero__slides[data-count="2"] .tct-hero__slide:nth-child(2){animation-delay:-7s}.tct-hero__slides[data-count="3"] .tct-hero__slide{animation:tct-hero-fade-3 18s ease-in-out infinite}.tct-hero__slides[data-count="3"] .tct-hero__slide:nth-child(1){animation-delay:0s}.tct-hero__slides[data-count="3"] .tct-hero__slide:nth-child(2){animation-delay:-12s}.tct-hero__slides[data-count="3"] .tct-hero__slide:nth-child(3){animation-delay:-6s}.tct-hero__slides[data-count="4"] .tct-hero__slide{animation:tct-hero-fade-4 24s ease-in-out infinite}.tct-hero__slides[data-count="4"] .tct-hero__slide:nth-child(1){animation-delay:0s}.tct-hero__slides[data-count="4"] .tct-hero__slide:nth-child(2){animation-delay:-18s}.tct-hero__slides[data-count="4"] .tct-hero__slide:nth-child(3){animation-delay:-12s}.tct-hero__slides[data-count="4"] .tct-hero__slide:nth-child(4){animation-delay:-6s}.tct-hero__slides[data-count="1"] .tct-hero__slide{opacity:1}@media(prefers-reduced-motion:reduce){.tct-hero__slide{animation:none!important;opacity:0}.tct-hero__slide:first-child{opacity:1}}.tct-hero__slide:after{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(180deg,#1c1c1a80,#1c1c1a1f 34%,#1c1c1a33 60%,#1c1c1ab3)}.tct-hero__eyebrow{position:relative;pointer-events:none;display:flex;flex-wrap:wrap;gap:14px 36px;color:#ffffffeb;font-size:14px;font-weight:600;letter-spacing:.02em;padding-right:230px}.tct-hero__eyebrow span{display:flex;align-items:center;gap:7px}.tct-hero__eyebrow-mark{opacity:.7}.tct-hero__body{position:relative;pointer-events:none;display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:space-between;gap:32px}.tct-hero__body>*{pointer-events:auto}.tct-hero__title-wrap{flex:1 1 520px}.tct-hero__title{color:#fff;max-width:24ch}.tct-hero__intro{flex:0 1 380px;color:#fffffff2}.tct-hero__intro p{font-size:16px;line-height:1.55;margin-bottom:20px;text-wrap:pretty}.tct-hero__badge{position:absolute;pointer-events:none;top:clamp(24px,4vw,52px);right:clamp(24px,4vw,52px);display:flex;align-items:center;gap:10px;background:#1c1c1a52;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border-radius:var(--tct-radius-pill);padding:7px 14px 7px 8px;color:#fff;font-size:13px;font-weight:600}.tct-hero__badge-dots{display:flex}.tct-hero__badge-dots span{width:26px;height:26px;border-radius:50%;border:1.5px solid rgba(255,255,255,.8)}.tct-hero__badge-dots span+span{margin-left:-9px}.tct-hero__badge-dots span:nth-child(1){background:repeating-linear-gradient(135deg,#efe9fb,#efe9fb 5px,#e4dbf7 5px 10px)}.tct-hero__badge-dots span:nth-child(2){background:repeating-linear-gradient(135deg,#e9f0ec,#e9f0ec 5px,#dbe9e0 5px 10px)}.tct-hero__badge-dots span:nth-child(3){background:repeating-linear-gradient(135deg,#f0ece9,#f0ece9 5px,#e9e1db 5px 10px)}.tct-section--dark{background:var(--tct-bg-dark);color:var(--tct-bg-primary)}.tct-section--dark .tct-h-section{color:#fff}.tct-section--lilac{background:var(--tct-bg-lilac)}.tct-section__header{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:44px}.tct-section__header p{max-width:38ch;color:var(--tct-text-mute);font-size:15.5px}.tct-section--dark .tct-section__header p{color:var(--tct-text-onDark-mute)}.tct-services{display:flex;flex-direction:column;gap:2px}.tct-services__item{display:grid;grid-template-columns:96px 1fr auto;gap:clamp(18px,3vw,40px);align-items:center;padding:clamp(16px,2vw,22px) 14px;border-radius:16px;color:var(--tct-text);transition:background .3s var(--tct-ease-out),padding .3s var(--tct-ease-out)}.tct-services__item:hover{background:var(--tct-chip-bg);padding-left:32px;padding-right:20px;color:var(--tct-text)}.tct-services__img{width:96px;height:76px;border-radius:var(--tct-radius-md);overflow:hidden;flex-shrink:0;background:var(--tct-brand-soft)}.tct-services__img img{width:100%;height:100%;object-fit:cover}.tct-services__body{display:flex;flex-direction:column;gap:6px}.tct-services__row{display:flex;align-items:baseline;gap:16px;flex-wrap:wrap}.tct-services__num{font-family:ui-monospace,monospace;font-size:13px;color:var(--tct-text-onDark-caption);flex-shrink:0}.tct-services__t{font-family:var(--tct-font-serif);font-weight:300;font-size:clamp(1.4rem,.9rem + 1.6vw,2.2rem);line-height:1.08;letter-spacing:-.02em}.tct-services__d{color:var(--tct-text-mute);font-size:14.5px;max-width:64ch;padding-left:29px;text-wrap:pretty}.tct-services__arrow{display:inline-flex;align-items:center;justify-content:center;width:46px;height:46px;border-radius:var(--tct-radius-pill);background:var(--tct-brand-soft);color:var(--tct-brand);font-size:20px;flex-shrink:0;transition:transform .3s var(--tct-ease-out),background .3s}.tct-services__item:hover .tct-services__arrow{transform:translate(6px);background:var(--tct-brand);color:#fff}.tct-steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:40px 28px}.tct-steps__item{display:flex;flex-direction:column;gap:14px;border-top:1px solid var(--tct-border-onDark-2);padding-top:22px}.tct-steps__header{display:flex;align-items:center;justify-content:space-between}.tct-steps__num{font-family:var(--tct-font-serif);font-weight:300;font-size:2.4rem;line-height:1;color:#fff}.tct-steps__icon{width:40px;height:40px;border-radius:11px;background:#7a52cb38;color:var(--tct-brand-lilac);display:flex;align-items:center;justify-content:center}.tct-steps__t{font-family:var(--tct-font-sans);font-weight:700;font-size:1.08rem;line-height:1.3;color:#fff}.tct-steps__d{font-size:14.5px;color:var(--tct-text-onDark-mute);line-height:1.55;text-wrap:pretty}.tct-pillars{display:flex;flex-direction:column;gap:0}.tct-pillars__item{display:grid;grid-template-columns:34px 1fr;gap:16px;border-top:1px solid var(--tct-border);padding:20px 0}.tct-pillars__num{font-family:ui-monospace,monospace;font-size:13px;color:var(--tct-text-onDark-caption);padding-top:3px}.tct-pillars__t{font-weight:700;font-size:1.05rem;margin-bottom:4px}.tct-pillars__d{color:var(--tct-text-mute);font-size:14.5px;text-wrap:pretty}.tct-faq details{border-top:1px solid var(--tct-border)}.tct-faq summary{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:20px 2px;font-family:var(--tct-font-sans);font-weight:700;font-size:1.06rem;color:var(--tct-text)}.tct-faq__mark{flex-shrink:0;color:var(--tct-brand);font-size:24px;line-height:1;transition:transform .28s var(--tct-ease-out)}.tct-faq details[open] .tct-faq__mark{transform:rotate(45deg)}.tct-faq__answer{padding:0 2px 22px;color:var(--tct-text-mute);font-size:15.5px;line-height:1.6;max-width:64ch;white-space:pre-line}.tct-article-body h2{font-family:var(--tct-font-serif);font-weight:300;font-size:1.7rem;letter-spacing:-.01em;margin:44px 0 18px;line-height:1.2}.tct-article-body p{font-size:16.5px;color:var(--tct-text-soft);margin-bottom:20px;line-height:1.7}.tct-article-body ul{margin:0 0 20px;padding-left:22px;display:flex;flex-direction:column;gap:8px}.tct-article-body li{font-size:16.5px;color:var(--tct-text-soft);line-height:1.6}.tct-footer{background:var(--tct-bg-dark);color:var(--tct-text-onDark);padding:clamp(48px,6vw,80px) 0 32px}.tct-footer__grid{max-width:1360px;margin:0 auto;padding:0 clamp(20px,4vw,48px);display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:40px}.tct-footer__brand{font-family:var(--tct-font-serif);font-weight:600;font-size:22px;color:#fff;margin-bottom:16px}.tct-footer__intro{font-size:14.5px;line-height:1.6;max-width:34ch}.tct-footer__title{font-family:var(--tct-font-sans);font-weight:700;color:#fff;font-size:15px;margin-bottom:14px}.tct-footer__list{display:flex;flex-direction:column;gap:9px;font-size:14.5px}.tct-footer__list a{color:var(--tct-text-onDark)}.tct-footer__list a:hover{color:#fff}.tct-footer__bottom{max-width:1360px;margin:32px auto 0;padding:24px clamp(20px,4vw,48px) 0;border-top:1px solid var(--tct-border-onDark);font-size:13px;color:#807b6f;text-align:center;line-height:1.7}.tct-drawer-scrim{position:fixed;inset:0;z-index:90;background:#1c1c1a73;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.tct-drawer{position:fixed;top:0;right:0;bottom:0;z-index:91;width:min(88vw,380px);background:var(--tct-bg-primary);box-shadow:-12px 0 40px #1c1c1a33;display:flex;flex-direction:column;padding:22px;overflow-y:auto;animation:tct-fadeUp .28s both}.tct-drawer[hidden],.tct-drawer-scrim[hidden]{display:none}.tct-drawer__head{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}.tct-drawer__brand{font-family:var(--tct-font-serif);font-weight:600;font-size:21px}.tct-drawer__close{width:44px;height:44px;border-radius:var(--tct-radius-pill);border:1px solid var(--tct-border);background:transparent;font-size:22px;line-height:1}.tct-drawer__nav{display:flex;flex-direction:column;gap:2px;font-size:19px;font-weight:600;font-family:var(--tct-font-serif)}.tct-drawer__nav a{padding:14px 4px;border-bottom:1px solid var(--tct-border-soft);color:var(--tct-text)}.tct-drawer__nav a[aria-current=page]{color:var(--tct-brand-dark)}.tct-drawer__contacts{display:flex;flex-direction:column;gap:4px;margin-top:22px;font-size:14.5px;color:var(--tct-text-mute)}.tct-drawer__contacts a{color:var(--tct-text);font-weight:700}.tct-drawer__lang-btns{display:flex;gap:8px;margin-top:20px}.tct-drawer__lang-btns a,.tct-drawer__lang-btns button{flex:1;border:1px solid var(--tct-border);border-radius:var(--tct-radius-pill);padding:11px;font-weight:700;background:transparent;text-align:center;color:var(--tct-text)}.tct-drawer__lang-btns .is-active{background:var(--tct-brand-soft);color:var(--tct-brand-dark)}.tct-menu-toggle{width:46px;height:46px;border-radius:var(--tct-radius-pill);border:1px solid var(--tct-border);background:transparent;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;flex-shrink:0}.tct-menu-toggle span{width:20px;height:2px;background:var(--tct-text);border-radius:2px}.tct-mobile-bar-spacer{height:calc(96px + env(safe-area-inset-bottom));background:var(--tct-bg-dark)}.tct-mobile-bar{position:fixed;left:0;right:0;bottom:0;z-index:70;display:flex;justify-content:center;padding:0 10px calc(10px + env(safe-area-inset-bottom))}.tct-mobile-bar__inner{display:flex;gap:8px;width:100%;max-width:520px;background:var(--tct-bg-elevated);border:1px solid var(--tct-border-soft);border-radius:var(--tct-radius-pill);padding:8px;box-shadow:0 10px 34px #1c1c1a2e}.tct-mobile-bar__inner a{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;color:var(--tct-text);font-weight:700;font-size:12.5px;min-height:52px;border-radius:var(--tct-radius-pill);border:1.5px solid var(--tct-border)}.tct-mobile-bar__inner a:hover{border-color:var(--tct-brand);color:var(--tct-brand-dark)}.tct-mobile-bar__inner a.tct-mobile-bar__primary{flex:1.4;background:var(--tct-brand);color:#fff;border:none}.tct-mobile-bar__inner a.tct-mobile-bar__primary:hover{background:var(--tct-brand-hover);color:#fff;filter:brightness(1.05)}.tct-cta-final{padding:0 clamp(16px,3vw,40px) clamp(40px,6vw,80px)}.tct-cta-final__inner{position:relative;border-radius:26px;overflow:hidden;background:var(--tct-brand);color:#fff;padding:clamp(48px,7vw,100px) clamp(24px,4vw,48px);text-align:center}.tct-cta-final__h{font-family:var(--tct-font-serif);font-weight:300;font-size:clamp(2rem,1.2rem + 3.6vw,3.4rem);line-height:1.04;letter-spacing:-.02em;margin-bottom:18px;text-wrap:balance}.tct-cta-final__p{font-size:clamp(1.05rem,1rem + .4vw,1.2rem);color:var(--tct-brand-light);max-width:54ch;margin:0 auto 34px;text-wrap:pretty}.tct-cta-final__actions{display:flex;flex-wrap:wrap;gap:14px;justify-content:center}.tct-cta-final__note{margin-top:28px;font-size:14.5px;color:var(--tct-brand-light);font-weight:600}.tct-breadcrumbs{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:600;color:var(--tct-text-caption);margin-bottom:22px;flex-wrap:wrap}.tct-breadcrumbs a{color:var(--tct-text-caption)}.tct-breadcrumbs a:hover{color:var(--tct-brand)}.tct-breadcrumbs .tct-crumb-sep{color:var(--tct-brand-lilac)}.tct-breadcrumbs .tct-crumb-current{color:var(--tct-brand-dark)}.tct-visually-hidden{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.tct-only-desktop{display:none}.tct-only-mobile{display:inline-flex}@media(min-width:1180px){.tct-only-desktop{display:inline-flex}.tct-only-mobile,.tct-only-mobile-block{display:none}}.tct-only-mobile-block{display:block}@media(min-width:1180px){.tct-only-mobile-block{display:none}}.tct-flabel{display:block;font-weight:700;font-size:14px;margin-bottom:6px;color:var(--tct-text)}.tct-finput{width:100%;padding:12px 14px;border:1px solid var(--tct-border);border-radius:10px;background:#fff;font-size:15px;font-family:inherit;color:var(--tct-text);transition:border-color .15s ease,box-shadow .15s ease}.tct-finput:focus{outline:none;border-color:var(--tct-brand);box-shadow:0 0 0 3px #7a52cb2e}.tct-fconsent{display:flex;gap:10px;align-items:flex-start}.tct-fconsent input[type=checkbox]{margin-top:3px;accent-color:var(--tct-brand);flex-shrink:0}.tct-fconsent label{font-size:13.5px;color:var(--tct-text-soft);line-height:1.5;cursor:pointer}.tct-fcaptcha{margin-top:4px}.form-error{color:#8a1a1a;font-size:13px;margin-top:6px}@media(max-width:800px){form[name=pedir-analise]>div[style*="grid-template-columns:1fr 1fr"]{grid-template-columns:1fr!important}}.tct-hover-video{width:100%;height:100%;display:block;object-fit:cover}@media(prefers-reduced-motion:reduce){.tct-hover-video{animation:none}}.tct-testimonials{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:20px}.tct-testimonial{position:relative;aspect-ratio:4 / 5;border-radius:18px;overflow:hidden;border:none;padding:0;cursor:pointer;text-align:left;background:#ddd;color:#fff;transition:transform .28s var(--tct-ease-out)}.tct-testimonial:hover{transform:translateY(-2px)}.tct-testimonial__poster{position:absolute;inset:0;background:repeating-linear-gradient(135deg,#ded7c7,#ded7c7 14px,#d4ccba 14px 28px)}.tct-testimonial__poster img,.tct-trat-testimonial__poster img{width:100%;height:100%;object-fit:cover}.tct-trat-testimonial__poster img{object-position:center 25%}.tct-testimonial__scrim{position:absolute;inset:0;background:linear-gradient(to top,#1c1c1ac7,#1c1c1a00 55%)}.tct-testimonial__play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:62px;height:62px;border-radius:50%;background:#f2efe8eb;display:flex;align-items:center;justify-content:center;color:var(--tct-text);transition:transform .2s}.tct-testimonial:hover .tct-testimonial__play{transform:translate(-50%,-50%) scale(1.08)}.tct-testimonial__meta{position:absolute;left:16px;right:16px;bottom:16px;color:#fff;display:flex;flex-direction:column;gap:2px}.tct-testimonial__n{font-family:var(--tct-font-serif);font-weight:600;font-size:17px}.tct-testimonial__p{font-size:13.5px;opacity:.9}.tct-ba-chips{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:4px}.tct-ba-chip{border:1.5px solid var(--tct-border);background:transparent;color:var(--tct-text);font-weight:700;font-size:14px;padding:9px 18px;border-radius:var(--tct-radius-pill);cursor:pointer;transition:background .18s,border-color .18s,color .18s}.tct-ba-chip:hover{border-color:var(--tct-brand);color:var(--tct-brand)}.tct-ba-chip.is-active{background:var(--tct-brand);border-color:var(--tct-brand);color:#fff}.tct-ba-scroller{overflow-x:auto;scroll-snap-type:x mandatory;padding:20px clamp(20px,4vw,48px);-webkit-overflow-scrolling:touch}.tct-ba-track{display:flex;gap:22px;max-width:1360px;margin:0 auto;width:max-content}.tct-ba-card{scroll-snap-align:center;flex:0 0 auto;width:min(80vw,440px)}.tct-ba-card.is-hidden{display:none}.tct-ba-card__head{display:flex;align-items:center;gap:10px;margin-bottom:12px}.tct-ba-card__cat{background:var(--tct-brand-soft);color:var(--tct-brand-dark);font-size:11.5px;font-weight:700;padding:4px 10px;border-radius:var(--tct-radius-pill);flex-shrink:0}.tct-ba-card__label{font-family:var(--tct-font-sans);font-weight:700;font-size:1rem;color:var(--tct-brand-dark)}.tct-ba-card__foot{color:var(--tct-text-caption);font-size:14px;font-weight:600;margin-top:12px}.tct-ba-slider{position:relative;aspect-ratio:4 / 3;border-radius:16px;overflow:hidden;cursor:ew-resize;user-select:none;touch-action:none;box-shadow:0 6px 20px #1c1c1a1a}.tct-ba-slider__after,.tct-ba-slider__before{position:absolute;inset:0;display:flex;align-items:center;justify-content:center}.tct-ba-slider__after{background:repeating-linear-gradient(135deg,#dfe4de,#dfe4de 14px,#d3dbd3 14px 28px)}.tct-ba-slider__before{background:repeating-linear-gradient(135deg,#e6ddd6,#e6ddd6 14px,#dccfc6 14px 28px);clip-path:inset(0 50% 0 0)}.tct-ba-slider__ph{font-family:ui-monospace,monospace;font-size:11px;color:#7f8a80;background:#ffffffbf;padding:5px 10px;border-radius:6px}.tct-ba-slider__before .tct-ba-slider__ph{color:#a1908a}.tct-ba-slider__pill{position:absolute;top:12px;font-size:11px;font-weight:700;padding:4px 10px;border-radius:var(--tct-radius-pill);color:#fff}.tct-ba-slider__pill--left{left:12px;background:#1c1c1ab3}.tct-ba-slider__pill--right{right:12px;background:var(--tct-brand)}.tct-ba-slider__handle{position:absolute;top:0;bottom:0;left:50%;width:3px;background:#fff;box-shadow:0 0 0 1px #0000001a;transform:translate(-50%)}.tct-ba-slider__grip{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:40px;height:40px;border-radius:50%;background:#fff;box-shadow:0 3px 10px #00000040;display:flex;align-items:center;justify-content:center;color:var(--tct-brand);font-weight:700;font-size:16px}.tct-team-scroller{overflow-x:auto;scroll-snap-type:x mandatory;padding:36px clamp(20px,4vw,48px) 8px;-webkit-overflow-scrolling:touch}.tct-team-track{display:flex;gap:22px;max-width:1360px;margin:0 auto;width:max-content}.tct-team-card{scroll-snap-align:center;flex:0 0 auto;width:250px}.tct-team-card__img{position:relative;aspect-ratio:1 / 1;border-radius:18px;overflow:hidden;margin-bottom:16px;background:var(--tct-brand-soft)}.tct-team-card__img img{width:100%;height:100%;object-fit:cover}.tct-team-card__n{font-family:var(--tct-font-sans);font-weight:700;font-size:1.08rem;margin-bottom:3px;color:var(--tct-text)}.tct-team-card__r{color:var(--tct-brand);font-weight:700;font-size:14px}.tct-porto{position:relative;border-radius:24px;overflow:hidden;background:var(--tct-bg-dark);color:var(--tct-bg-primary);padding:clamp(36px,5vw,72px);display:flex;flex-wrap:wrap;gap:clamp(32px,5vw,64px);align-items:flex-start}.tct-porto__col{flex:1 1 420px;min-width:min(100%,320px)}.tct-porto__col--map{flex:1 1 380px}.tct-porto__h{font-family:var(--tct-font-serif);font-weight:300;font-size:clamp(1.7rem,1.05rem + 2.4vw,2.8rem);line-height:1.1;letter-spacing:-.02em;color:#fff;margin-bottom:30px;text-wrap:balance}.tct-porto__facts{display:flex;flex-direction:column;gap:2px}.tct-porto__fact{display:flex;gap:16px;align-items:flex-start;border-top:1px solid #38372f;padding:16px 0}.tct-porto__fact:last-child{border-bottom:1px solid #38372f}.tct-porto__fact p{font-size:15.5px;color:#dcd8cf;text-wrap:pretty;margin:0}.tct-porto__icon{color:var(--tct-brand-lilac);flex-shrink:0;display:inline-flex}.tct-porto__cities-wrap{margin-top:26px}.tct-porto__cities-label{font-size:12.5px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#9c94ab;margin-bottom:12px}.tct-porto__cities{display:flex;flex-wrap:wrap;gap:8px}.tct-porto__city{border:1px solid #45443c;border-radius:var(--tct-radius-pill);padding:6px 13px;font-size:13.5px;color:#dcd8cf}.tct-porto__map{position:relative;aspect-ratio:4 / 3;border-radius:18px;overflow:hidden;background:repeating-linear-gradient(135deg,#2b2a26,#2b2a26 14px,#26251f 14px 28px);display:flex;align-items:center;justify-content:center}.tct-porto__map img{width:100%;height:100%;object-fit:cover}.tct-porto__slides{position:absolute;inset:0}.tct-porto__slide{position:absolute;inset:0;opacity:0}.tct-porto__slide img{width:100%;height:100%;object-fit:cover}.tct-porto__slides[data-count="1"] .tct-porto__slide{opacity:1}.tct-porto__slides[data-count="2"] .tct-porto__slide{animation:tct-hero-fade-2 14s ease-in-out infinite}.tct-porto__slides[data-count="2"] .tct-porto__slide:nth-child(1){animation-delay:0s}.tct-porto__slides[data-count="2"] .tct-porto__slide:nth-child(2){animation-delay:-7s}.tct-porto__slides[data-count="3"] .tct-porto__slide{animation:tct-hero-fade-3 18s ease-in-out infinite}.tct-porto__slides[data-count="3"] .tct-porto__slide:nth-child(1){animation-delay:0s}.tct-porto__slides[data-count="3"] .tct-porto__slide:nth-child(2){animation-delay:-6s}.tct-porto__slides[data-count="3"] .tct-porto__slide:nth-child(3){animation-delay:-12s}@media(prefers-reduced-motion:reduce){.tct-porto__slide{animation:none!important;opacity:0}.tct-porto__slide:first-child{opacity:1}}.tct-porto__video-btn{position:absolute;right:14px;bottom:14px;z-index:2;display:inline-flex;align-items:center;gap:8px;padding:10px 16px 10px 14px;border:0;border-radius:999px;background:#1c1c1ac7;color:#fff;font:inherit;font-size:13.5px;font-weight:500;letter-spacing:.01em;cursor:pointer;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);box-shadow:0 6px 18px #00000047;transition:background .2s,transform .2s}.tct-porto__video-btn:hover{background:#1c1c1aeb;transform:translateY(-1px)}.tct-porto__video-btn:focus-visible{outline:2px solid var(--tct-brand-lilac);outline-offset:2px}.tct-porto__video-icon{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:50%;background:var(--tct-brand-lilac);color:#1c1c1a}.tct-praticas{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1px;background:var(--tct-border);border-top:1px solid var(--tct-border);border-bottom:1px solid var(--tct-border)}.tct-praticas__item{background:var(--tct-bg-primary);padding:28px 26px 32px;display:flex;flex-direction:column;gap:10px;color:var(--tct-text);transition:background .25s}.tct-praticas__item:hover{background:var(--tct-brand-softer)}.tct-praticas__num{font-family:ui-monospace,monospace;font-size:12.5px;color:var(--tct-text-caption)}.tct-praticas__t{font-family:var(--tct-font-sans);font-weight:700;font-size:1.12rem;line-height:1.25;margin:0}.tct-praticas__d{color:var(--tct-text-mute);font-size:14.5px;text-wrap:pretty;margin:0}.tct-praticas__cta{margin-top:auto;padding-top:14px;color:var(--tct-brand);font-weight:700;font-size:14px}.tct-video-modal{position:fixed;inset:0;z-index:120;background:#1c1c1acc;display:flex;align-items:center;justify-content:center;padding:20px;animation:tct-fadeUp .2s both}.tct-video-modal[hidden]{display:none}.tct-video-modal__panel{width:min(92vw,860px);background:var(--tct-bg-elevated);border-radius:20px;overflow:hidden;box-shadow:0 24px 60px #0006}.tct-video-modal__media{position:relative;aspect-ratio:16 / 9;background:repeating-linear-gradient(135deg,#ded7c7,#ded7c7 16px,#d4ccba 16px 32px);display:flex;align-items:center;justify-content:center}.tct-video-modal.is-vertical .tct-video-modal__panel{width:min(92vw,43.875vh)}.tct-video-modal.is-vertical .tct-video-modal__media{aspect-ratio:9 / 16}.tct-video-modal__placeholder{font-family:ui-monospace,monospace;font-size:12px;color:#8f8877;background:#fffc;padding:8px 14px;border-radius:8px;text-align:center}.tct-video-modal__iframe{position:absolute;inset:0;width:100%;height:100%;border:0;background:#000}.tct-video-modal__iframe[hidden]{display:none}.tct-video-modal__close{position:absolute;top:12px;right:12px;width:40px;height:40px;border-radius:50%;border:none;background:#1c1c1a99;color:#fff;font-size:22px;line-height:1;cursor:pointer}.tct-video-modal__body{padding:20px 24px 24px}.tct-video-modal__name{font-family:var(--tct-font-serif);font-weight:600;font-size:18px;margin-bottom:4px;color:var(--tct-text)}.tct-video-modal__desc{color:var(--tct-text-mute);font-size:14.5px}.tct-section{padding:clamp(40px,6vw,80px) 0;scroll-margin-top:80px}.tct-trat-hero{padding:clamp(28px,5vw,56px) 0 clamp(40px,6vw,80px)}.tct-trat-hero__grid{display:flex;flex-wrap:wrap;gap:clamp(32px,5vw,72px);align-items:flex-start}.tct-trat-hero__body{flex:1 1 480px;min-width:min(100%,320px)}.tct-trat-hero__h{max-width:20ch;margin:8px 0 22px}.tct-trat-hero__lead{font-size:17px;color:var(--tct-text-mute);max-width:52ch;margin-bottom:14px;text-wrap:pretty}.tct-trat-hero__extra{font-size:15.5px;color:var(--tct-text-mute);max-width:52ch;margin-bottom:30px;text-wrap:pretty}.tct-trat-hero__ctas{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:26px}.tct-trat-facts{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1px;background:var(--tct-border-soft);border-top:1px solid var(--tct-border-soft);border-bottom:1px solid var(--tct-border-soft)}.tct-trat-fact{background:var(--tct-bg-primary);padding:16px 4px 18px}.tct-trat-facts--row{margin-top:clamp(32px,4.5vw,56px);grid-template-columns:repeat(4,1fr)}.tct-trat-facts--row .tct-trat-fact{padding:18px 20px 20px}.tct-trat-facts--row .tct-trat-fact:first-child{padding-left:0}@media(max-width:700px){.tct-trat-facts--row{grid-template-columns:repeat(2,1fr)}.tct-trat-facts--row .tct-trat-fact{padding:16px 16px 18px}.tct-trat-facts--row .tct-trat-fact:nth-child(odd){padding-left:0}}.tct-trat-fact__k{font-size:12px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:var(--tct-text-caption);margin-bottom:6px}.tct-trat-fact__v{font-family:var(--tct-font-serif);font-weight:400;font-size:1.12rem;line-height:1.2}.tct-trat-hero__media{flex:1 1 400px;min-width:min(100%,320px);max-width:560px}.tct-trat-hero__img{aspect-ratio:4 / 5;border-radius:22px;overflow:hidden;background:repeating-linear-gradient(135deg,var(--tct-brand-soft),var(--tct-brand-soft) 14px,var(--tct-brand-softer) 14px,var(--tct-brand-softer) 28px)}.tct-trat-hero__img img{width:100%;height:100%;object-fit:cover}.tct-trat-two-col{display:flex;flex-wrap:wrap;gap:clamp(32px,5vw,72px);align-items:flex-start}.tct-trat-two-col__left{flex:1 1 380px;min-width:min(100%,320px)}.tct-trat-two-col__right{flex:1 1 460px;min-width:min(100%,320px);display:flex;flex-direction:column}.tct-trat-indic{display:grid;grid-template-columns:26px 1fr;gap:14px;border-top:1px solid var(--tct-border);padding:18px 0}.tct-trat-indic:last-child{border-bottom:1px solid var(--tct-border)}.tct-trat-indic__ic{color:var(--tct-brand);padding-top:3px}.tct-trat-indic p{font-size:15.5px;color:var(--tct-text-soft);text-wrap:pretty;margin:0}.tct-solucoes{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:14px}.tct-sol-card{background:var(--tct-bg-elevated);border:1px solid var(--tct-border-soft);border-radius:18px;padding:22px 22px 26px;display:flex;flex-direction:column;gap:12px}.tct-sol-card__img{height:110px;border-radius:12px;overflow:hidden;background:repeating-linear-gradient(135deg,var(--tct-brand-soft),var(--tct-brand-soft) 14px,var(--tct-brand-softer) 14px,var(--tct-brand-softer) 28px)}.tct-sol-card__img img{width:100%;height:100%;object-fit:cover}.tct-sol-card__t{font-family:var(--tct-font-sans);font-weight:700;font-size:1.1rem;line-height:1.25;margin:0;color:var(--tct-text)}.tct-sol-card__d{color:var(--tct-text-mute);font-size:14.5px;text-wrap:pretty;margin:0}.tct-trat-etapas{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:40px 28px}.tct-trat-etapa{display:flex;flex-direction:column;gap:12px;border-top:1px solid var(--tct-border-onDark-2);padding-top:22px}.tct-trat-etapa__head{display:flex;align-items:center;justify-content:space-between}.tct-trat-etapa__num{font-family:var(--tct-font-serif);font-weight:300;font-size:2.4rem;line-height:1;color:#fff}.tct-trat-etapa__when{font-size:11.5px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:var(--tct-brand-lilac-strong);background:#7a52cb38;padding:5px 11px;border-radius:var(--tct-radius-pill)}.tct-trat-etapa__t{font-family:var(--tct-font-sans);font-weight:700;font-size:1.06rem;line-height:1.3;color:#fff;margin:0}.tct-trat-etapa__d{font-size:14.5px;color:var(--tct-text-onDark-mute);line-height:1.55;text-wrap:pretty;margin:0}.tct-trat-testimonials{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px}.tct-trat-testimonial{display:flex;flex-direction:column;gap:16px;background:var(--tct-bg-elevated);border:1px solid var(--tct-border-soft);border-radius:18px;padding:20px}.tct-trat-testimonial__play{position:relative;aspect-ratio:4 / 3;border-radius:12px;overflow:hidden;border:none;padding:0;background:var(--tct-bg-lilac);cursor:pointer}.tct-trat-testimonial__poster{position:absolute;inset:0;background:repeating-linear-gradient(135deg,#ded7c7,#ded7c7 14px,#d4ccba 14px 28px)}.tct-trat-testimonial__pill{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:56px;height:56px;border-radius:50%;background:#faf8fcf0;display:flex;align-items:center;justify-content:center;transition:transform .2s;color:var(--tct-text)}.tct-trat-testimonial__play:hover .tct-trat-testimonial__pill{transform:translate(-50%,-50%) scale(1.08)}.tct-trat-testimonial__q{font-size:15.5px;color:var(--tct-text-soft);line-height:1.55;text-wrap:pretty;margin:0}.tct-trat-testimonial__meta{margin-top:auto}.tct-trat-testimonial__n{font-weight:700;font-size:14.5px}.tct-trat-testimonial__p{color:var(--tct-text-caption);font-size:13.5px}.tct-trat-preco{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px}.tct-preco-card{background:var(--tct-bg-elevated);border:1px solid var(--tct-border-soft);border-radius:20px;padding:clamp(24px,3vw,36px)}.tct-preco-card__eyebrow{font-size:12.5px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--tct-text-caption);margin-bottom:14px}.tct-preco-card__h{font-family:var(--tct-font-serif);font-weight:300;font-size:1.9rem;letter-spacing:-.02em;margin:0 0 14px}.tct-preco-card__p{color:var(--tct-text-mute);font-size:15px;margin-bottom:22px;text-wrap:pretty}.tct-preco-card__note{color:var(--tct-text-caption);font-size:13.5px;text-wrap:pretty;margin-top:14px}.tct-related{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:14px}.tct-related__item{display:flex;gap:14px;align-items:center;background:var(--tct-bg-elevated);border:1px solid var(--tct-border-soft);border-radius:16px;padding:14px;color:var(--tct-text);transition:border-color .2s,transform .2s}.tct-related__item:hover{border-color:var(--tct-brand);transform:translateY(-2px);color:var(--tct-text)}.tct-related__img{width:56px;height:56px;border-radius:12px;overflow:hidden;flex-shrink:0;background:repeating-linear-gradient(135deg,var(--tct-brand-soft),var(--tct-brand-soft) 10px,var(--tct-brand-softer) 10px,var(--tct-brand-softer) 20px)}.tct-related__img img{width:100%;height:100%;object-fit:cover}.tct-related__body{display:flex;flex-direction:column;gap:2px;min-width:0}.tct-related__t{font-weight:700;font-size:15px;line-height:1.25}.tct-related__d{font-size:13px;color:var(--tct-text-caption);overflow:hidden;text-overflow:ellipsis}.tct-analise-hero{padding:clamp(16px,2vw,28px) clamp(16px,3vw,40px) clamp(8px,2vw,20px)}.tct-analise-hero__inner{position:relative;border-radius:26px;overflow:hidden;min-height:min(48vh,400px);background:var(--tct-bg-dark);display:flex;flex-direction:column;justify-content:space-between;gap:28px;padding:clamp(24px,3.5vw,44px);color:#fff}.tct-analise-hero__bg{position:absolute;inset:0}.tct-analise-hero__bg img{width:100%;height:100%;object-fit:cover}.tct-analise-hero__scrim{position:absolute;inset:0;pointer-events:none;background:linear-gradient(180deg,#1c1c1a80,#1c1c1a1f 34%,#1c1c1a33 56%,#1c1c1ab8)}.tct-analise-hero__pills{position:relative;display:flex;flex-wrap:wrap;gap:12px 32px;color:#ffffffeb;font-size:13.5px;font-weight:600;letter-spacing:.02em;padding-right:230px}.tct-analise-hero__pill{display:inline-flex;align-items:center;gap:7px}.tct-analise-hero__pill span{opacity:.7}.tct-analise-hero__foot{position:relative;display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:space-between;gap:20px 40px}.tct-analise-hero__title{flex:1 1 380px}.tct-analise-hero__title h1{font-family:var(--tct-font-serif);font-weight:300;font-size:clamp(2.1rem,1.4rem + 3.2vw,3.6rem);line-height:1;letter-spacing:-.03em;color:#fff;text-wrap:balance;max-width:18ch}.tct-analise-hero__body{flex:0 1 360px;color:#fffffff2}.tct-analise-hero__body p{font-size:15px;line-height:1.5;margin-bottom:16px;text-wrap:pretty}.tct-analise-main{max-width:1280px;margin:0 auto;padding:clamp(24px,4vw,48px) clamp(20px,4vw,48px) clamp(80px,10vw,130px)}.tct-analise-grid{display:flex;flex-wrap:wrap;gap:clamp(32px,4vw,56px);align-items:flex-start}.tct-analise-col{flex:1 1 560px;min-width:min(100%,520px);display:flex;flex-direction:column;gap:clamp(36px,4vw,52px)}.tct-analise-side{flex:1 1 320px;min-width:min(100%,300px);align-self:flex-start;display:flex;flex-direction:column;gap:14px}.tct-analise-block{width:100%}.tct-analise-h2{font-family:var(--tct-font-serif);font-weight:300;font-size:1.7rem;letter-spacing:-.01em;margin:0 0 22px}.tct-analise-hint{color:var(--tct-text-caption);font-size:14px;margin-bottom:26px}.tct-req{color:var(--tct-brand);font-weight:700}.tct-optional{color:var(--tct-text-caption);font-weight:600}.tct-what-next{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:24px 28px}.tct-what-next__item{display:flex;gap:16px;align-items:flex-start}.tct-what-next__num{font-family:var(--tct-font-serif);font-weight:300;font-size:1.6rem;color:var(--tct-brand);line-height:1;flex-shrink:0;width:34px}.tct-what-next__t{font-weight:700;font-size:1.02rem;margin:0 0 2px}.tct-what-next__d{color:var(--tct-text-mute);font-size:14.5px;margin:0}.tct-form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:20px 24px}.tct-form-section{margin-top:36px;padding-top:32px;border-top:1px solid var(--tct-border)}.tct-form-h3{font-family:var(--tct-font-serif);font-weight:300;font-size:1.5rem;letter-spacing:-.01em;margin:0 0 8px}.tct-form-help{color:var(--tct-text-mute);font-size:14.5px;margin:0 0 8px;max-width:62ch;text-wrap:pretty}.tct-form-note{font-size:12.5px;color:var(--tct-text-caption);margin-top:8px}.tct-visually-hidden{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.tct-radio-group{display:flex;flex-direction:column;gap:10px}.tct-radio-btn{display:flex;align-items:center;gap:14px;padding:16px 18px;border-radius:12px;border:1.5px solid var(--tct-border);background:transparent;color:var(--tct-text);font-weight:700;font-size:15px;min-height:56px;cursor:pointer;transition:border-color .18s,background .18s}.tct-radio-btn:hover{border-color:var(--tct-brand)}.tct-radio-btn.is-active{border-color:var(--tct-brand);background:var(--tct-brand-soft)}.tct-radio-btn input[type=radio]{position:absolute;opacity:0;width:0;height:0}.tct-radio-btn__dot{width:20px;height:20px;border-radius:50%;border:2px solid var(--tct-border);background:transparent;flex-shrink:0;transition:border-color .18s,box-shadow .18s}.tct-radio-btn.is-active .tct-radio-btn__dot{border-color:var(--tct-brand);background:var(--tct-brand);box-shadow:inset 0 0 0 3px #fff}.tct-dropzone{display:flex;flex-direction:column;align-items:center;gap:8px;padding:28px 18px;border-radius:12px;border:1.5px dashed #c2b7dd;background:#fff;text-align:center;cursor:pointer;color:var(--tct-brand);transition:border-color .18s,background .18s}.tct-file-list{list-style:none;margin:10px 0 0;padding:0;display:flex;flex-direction:column;gap:6px}.tct-file-list li{display:flex;align-items:center;gap:10px;padding:8px 8px 8px 14px;border-radius:10px;border:1px solid var(--tct-border-soft);background:#fff;font-size:14px}.tct-file-list__name{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tct-file-list__size{color:var(--tct-text-mute);font-size:12.5px;flex-shrink:0}.tct-file-list__remove{flex-shrink:0;width:28px;height:28px;border-radius:50%;border:none;background:var(--tct-brand-softer);color:var(--tct-text);font-size:17px;line-height:1;cursor:pointer}.tct-file-list__remove:hover{background:var(--tct-brand-soft)}.tct-dropzone.is-dragover{border-color:var(--tct-brand);background:var(--tct-brand-softer)}.tct-file-list[hidden],.tct-draft-note[hidden]{display:none}.tct-draft-note{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:10px 16px;margin:0 0 22px;padding:12px 16px;border-radius:12px;background:var(--tct-brand-softer);border:1px solid var(--tct-brand-soft);font-size:14px;color:var(--tct-text-soft)}.tct-draft-note p{margin:0;flex:1 1 280px}.tct-draft-note__clear{border:none;background:none;padding:0;cursor:pointer;font:inherit;font-weight:700;color:var(--tct-brand);text-decoration:underline}.tct-dropzone:hover{border-color:var(--tct-brand);background:#faf7ff}.tct-dropzone>span:not(.tct-dropzone__hint){font-size:14.5px;color:var(--tct-text-mute)}.tct-dropzone>span b{color:var(--tct-brand)}.tct-dropzone__hint{font-size:12.5px;color:var(--tct-text-caption)}.tct-rx-help{margin-top:20px;background:var(--tct-bg-elevated);border:1px solid var(--tct-border-soft);border-radius:14px;padding:18px 20px;animation:tct-fadeUp .25s both}.tct-rx-help[hidden]{display:none}.tct-rx-help__t{font-weight:700;font-size:14.5px;margin-bottom:4px}.tct-rx-help p{color:var(--tct-text-mute);font-size:14.5px;margin:0;text-wrap:pretty}.tct-rx-upload[hidden]{display:none}.tct-rx-upload{animation:tct-fadeUp .25s both}.tct-photo-examples{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:14px;margin-bottom:20px}.tct-photo-example__slot{aspect-ratio:1 / 1;border-radius:12px;overflow:hidden;background:repeating-linear-gradient(135deg,var(--tct-brand-soft),var(--tct-brand-soft) 10px,var(--tct-brand-softer) 10px,var(--tct-brand-softer) 20px);margin-bottom:8px}.tct-photo-example__slot img{width:100%;height:100%;object-fit:cover;display:block}.tct-photo-example__meta{display:flex;gap:8px;align-items:baseline}.tct-photo-example__n{font-family:ui-monospace,monospace;font-size:12px;color:var(--tct-text-caption)}.tct-photo-example__t{font-size:13.5px;font-weight:700;line-height:1.3}.tct-photo-tips{margin-top:16px;background:var(--tct-bg-elevated);border:1px solid var(--tct-border-soft);border-radius:14px;padding:14px 18px}.tct-photo-tips summary{display:flex;align-items:center;justify-content:space-between;gap:12px;font-weight:700;font-size:14.5px}.tct-photo-tips summary>span{color:var(--tct-brand);font-size:20px;line-height:1}.tct-photo-tips__body{display:flex;flex-direction:column;gap:8px;margin-top:12px;color:var(--tct-text-mute);font-size:14.5px}.tct-photo-tips__row{display:flex;gap:10px;align-items:flex-start}.tct-photo-tips__row>span:first-child{color:var(--tct-brand);flex-shrink:0}.tct-wa-banner{display:flex;flex-wrap:wrap;gap:12px;align-items:center;margin-top:18px;background:var(--tct-brand-soft);border-radius:14px;padding:16px 18px}.tct-wa-banner p{flex:1 1 260px;font-size:14.5px;color:var(--tct-text-soft);margin:0}.tct-wa-banner__cta{display:inline-flex;align-items:center;gap:9px;background:var(--tct-bg-dark);color:#fff;font-weight:700;font-size:14.5px;padding:0 20px;min-height:48px;border-radius:var(--tct-radius-pill)}.tct-wa-banner__cta:hover{background:#333;color:#fff}.tct-check-btn{display:flex;align-items:flex-start;gap:14px;padding:16px 18px;border-radius:12px;border:1.5px solid var(--tct-border);color:var(--tct-text);font-size:15px;min-height:56px;cursor:pointer;transition:border-color .18s,background .18s}.tct-check-btn:hover{border-color:var(--tct-brand)}.tct-check-btn:has(input:checked){border-color:var(--tct-brand);background:var(--tct-brand-soft)}.tct-check-btn input{position:absolute;opacity:0;width:0;height:0}.tct-check-btn__box{width:22px;height:22px;border-radius:6px;border:2px solid var(--tct-border);background:#fff;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;transition:border-color .18s,background .18s}.tct-check-btn:has(input:checked) .tct-check-btn__box{border-color:var(--tct-brand);background:var(--tct-brand)}.tct-check-btn:has(input:checked) .tct-check-btn__box:after{content:"✓";color:#fff;font-size:13px;font-weight:700}.tct-check-btn__sub{color:var(--tct-text-mute);font-size:14px}.tct-consents{margin-top:22px;display:flex;flex-direction:column;gap:12px;padding-top:20px;border-top:1px solid var(--tct-border-soft)}.tct-analise-submit{width:100%;display:flex;align-items:center;justify-content:center;gap:10px;background:var(--tct-brand);color:#fff;font-weight:700;font-size:16.5px;min-height:60px;border:none;border-radius:var(--tct-radius-pill);box-shadow:0 12px 30px #7a52cb47;transition:transform .18s,box-shadow .18s;margin-top:22px;cursor:pointer}.tct-analise-submit:hover{transform:translateY(-1px);box-shadow:0 16px 40px #7a52cb66;color:#fff}.tct-analise-submit__spinner{display:none;width:18px;height:18px;border-radius:50%;border:2.5px solid rgba(255,255,255,.35);border-top-color:#fff;animation:tct-spin .8s linear infinite}.tct-analise-submit__icon{display:inline-flex}.tct-analise-submit.is-busy .tct-analise-submit__spinner{display:inline-block}.tct-analise-submit.is-busy .tct-analise-submit__icon{display:none}.tct-analise-submit:disabled{cursor:progress;transform:none;opacity:.92}@keyframes tct-spin{to{transform:rotate(360deg)}}@media(prefers-reduced-motion:reduce){.tct-analise-submit__spinner{animation-duration:2.4s}}.tct-submit-status{margin:12px 0 0;text-align:center;font-size:14px;color:var(--tct-text-soft)}.tct-analise-legal{text-align:center;font-size:12.5px;color:var(--tct-text-caption);margin:8px 0 0}.tct-analise-success{padding:clamp(32px,5vw,56px) 0;text-align:center;animation:tct-fadeUp .3s both}.tct-analise-success__icon{width:66px;height:66px;border-radius:50%;background:#e6f2ec;color:#2f8a5d;display:flex;align-items:center;justify-content:center;margin:0 auto 20px}.tct-analise-success__icon svg{width:32px;height:32px}.tct-analise-success__h{font-family:var(--tct-font-serif);font-weight:300;font-size:2rem;letter-spacing:-.02em;margin:0 0 12px}.tct-analise-success__p{color:var(--tct-text-mute);font-size:16px;max-width:38ch;margin:0 auto 26px}.tct-analise-error{background:#fdecec;border:1px solid #f5c2c2;color:#8a1a1a;border-radius:12px;padding:14px 18px;margin-bottom:20px;font-size:14px}.tct-side-card{background:var(--tct-bg-elevated);border:1px solid var(--tct-border-soft);border-radius:18px;padding:22px}.tct-side-card .tct-plus-caption{margin-bottom:16px}.tct-side-contacts{display:flex;flex-direction:column;gap:10px}.tct-side-btn{display:flex;align-items:center;gap:12px;border:1.5px solid var(--tct-border);background:transparent;color:var(--tct-text);font-weight:700;font-size:15px;padding:0 18px;min-height:52px;border-radius:var(--tct-radius-pill);transition:border-color .18s,color .18s}.tct-side-btn:hover{border-color:var(--tct-brand);color:var(--tct-brand-dark)}.tct-side-btn--primary{background:var(--tct-brand);border-color:var(--tct-brand);color:#fff}.tct-side-btn--primary:hover{background:var(--tct-brand-hover);border-color:var(--tct-brand-hover);color:#fff;filter:brightness(1.02)}.tct-side-hours{border-top:1px solid var(--tct-border-soft);margin-top:18px;padding-top:16px;font-size:14px;color:var(--tct-text-mute);line-height:1.7}.tct-side-hours__t{font-weight:700;color:var(--tct-text);margin-bottom:4px}.tct-side-where__body{font-size:14.5px;color:var(--tct-text-mute);line-height:1.6;text-wrap:pretty;margin:0 0 14px}.tct-side-where__map{aspect-ratio:16 / 10;border-radius:12px;overflow:hidden;background:repeating-linear-gradient(135deg,var(--tct-brand-soft),var(--tct-brand-soft) 10px,var(--tct-brand-softer) 10px,var(--tct-brand-softer) 20px)}.tct-side-where__map img{width:100%;height:100%;object-fit:cover}.tct-side-testimonial{display:flex;gap:14px;align-items:center;background:var(--tct-bg-elevated);border:1px solid var(--tct-border-soft);border-radius:18px;padding:18px 20px}.tct-side-testimonial__avatar{width:56px;height:56px;border-radius:50%;overflow:hidden;flex-shrink:0;background:var(--tct-brand-soft)}.tct-side-testimonial__avatar img{width:100%;height:100%;object-fit:cover}.tct-side-testimonial__q{font-size:14px;color:var(--tct-text-soft);line-height:1.5;margin:0 0 4px}.tct-side-testimonial__meta{font-size:12.5px}.tct-side-testimonial__meta b{font-weight:700}.tct-side-testimonial__meta span{color:var(--tct-text-caption);font-weight:600}.tct-ba-slider__img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block}.tct-router{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:14px}.tct-router__item{position:relative;display:flex;flex-direction:column;gap:8px;background:var(--tct-bg-elevated);border:1px solid var(--tct-border-soft);border-radius:18px;padding:22px 22px 24px;text-decoration:none;color:inherit}a.tct-router__item{transition:border-color .18s ease,transform .18s ease}a.tct-router__item:hover{border-color:var(--tct-brand);transform:translateY(-2px)}.tct-router__q{font-weight:700;font-size:15.5px;color:var(--tct-text-soft);text-wrap:balance}.tct-router__d{font-size:14.5px;color:var(--tct-text-mute);line-height:1.55;text-wrap:pretty}.tct-router__arrow{position:absolute;top:20px;right:20px;color:var(--tct-brand);font-size:15px}.tct-comparacao{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:14px}.tct-comparacao__col{background:var(--tct-bg-elevated);border:1px solid var(--tct-border-soft);border-radius:18px;padding:26px 24px 28px;display:flex;flex-direction:column;gap:10px}.tct-comparacao__t{font-size:18px;font-weight:700;margin:0 0 2px;text-wrap:balance}.tct-comparacao__d{font-size:15px;color:var(--tct-text-mute);line-height:1.6;margin:0;text-wrap:pretty}.tct-comparacao__meta{margin-top:auto;padding-top:14px;border-top:1px solid var(--tct-border-soft);font-size:13.5px;font-weight:700;color:var(--tct-brand)}.tct-criterio{border-top:1px solid var(--tct-border);padding:16px 0}.tct-criterio:last-of-type{border-bottom:1px solid var(--tct-border)}.tct-criterio__t{font-weight:700;font-size:15px;color:var(--tct-text-soft);margin-bottom:3px}.tct-criterio__d{font-size:15px;color:var(--tct-text-mute);line-height:1.6;margin:0;text-wrap:pretty}.tct-trat-nota{margin:26px 0 0;font-size:14.5px;color:var(--tct-text-mute);line-height:1.6;border-left:2px solid var(--tct-brand);padding-left:14px;max-width:62ch;text-wrap:pretty}.tct-trat-nota--inline{margin-top:18px}.tct-equipa__p{font-size:15.5px;color:var(--tct-text-mute);line-height:1.65;margin:0 0 14px;text-wrap:pretty}.tct-equipa__img{margin-top:10px;border-radius:18px;overflow:hidden;aspect-ratio:16 / 10;background:var(--tct-brand-soft)}.tct-equipa__img img{width:100%;height:100%;object-fit:cover;display:block}.tct-trat-grupo__intro{font-weight:700;font-size:15px;color:var(--tct-text-soft);margin:22px 0 6px}.tct-trat-grupo__intro:first-child{margin-top:0}.tct-cookie-banner[data-astro-cid-fzbxxtek]{position:fixed;left:16px;right:16px;bottom:16px;z-index:9500;max-width:720px;margin:0 auto;background:var(--tct-bg-dark, #1a1a1a);color:var(--tct-bg-primary, #fff);border-radius:16px;padding:18px 20px;box-shadow:0 20px 50px #00000059;animation:tct-cookie-slide-in .28s ease-out}.tct-cookie-banner[data-astro-cid-fzbxxtek][hidden]{display:none}.tct-cookie-banner__inner[data-astro-cid-fzbxxtek]{display:flex;gap:20px;align-items:center;flex-wrap:wrap}.tct-cookie-banner__text[data-astro-cid-fzbxxtek]{flex:1 1 320px;min-width:0}.tct-cookie-banner__title[data-astro-cid-fzbxxtek]{font-weight:600;font-size:15px;margin:0 0 6px}.tct-cookie-banner__body[data-astro-cid-fzbxxtek]{font-size:13.5px;line-height:1.5;margin:0;color:var(--tct-text-onDark-mute, rgba(255, 255, 255, .78))}.tct-cookie-banner__link[data-astro-cid-fzbxxtek]{color:var(--tct-brand-lilac, #b7a3ff);text-decoration:underline;text-underline-offset:3px}.tct-cookie-banner__actions[data-astro-cid-fzbxxtek]{display:flex;gap:10px;flex-shrink:0;flex-wrap:wrap}@keyframes tct-cookie-slide-in{0%{transform:translateY(24px);opacity:0}to{transform:translateY(0);opacity:1}}@media(max-width:560px){.tct-cookie-banner__actions[data-astro-cid-fzbxxtek]{width:100%}.tct-cookie-banner__actions[data-astro-cid-fzbxxtek] .btn[data-astro-cid-fzbxxtek]{flex:1 1 auto}}
